فهرست منبع

* CYGWIN now checks binary md5 checksum

svn: 1245
Bryan Drewery 22 سال پیش
والد
کامیت
1a06fe0f32
2فایلهای تغییر یافته به همراه0 افزوده شده و 4 حذف شده
  1. 0 2
      src/binary.c
  2. 0 2
      src/main.c

+ 0 - 2
src/binary.c

@@ -13,7 +13,6 @@
 #include "salt.h"
 #include "misc_file.h"
 
-#ifndef CYGWIN_HACKS
 
 #define PREFIXLEN 16
 
@@ -142,4 +141,3 @@ check_sum(const char *fname)
     free(hash);
   }
 }
-#endif /* !CYGWIN_HACKS */

+ 0 - 2
src/main.c

@@ -731,11 +731,9 @@ int main(int argc, char **argv)
 
   binname = getfullbinname(argv[0]);
 
-#ifndef CYGWIN_HACKS
   check_sum(binname);
   if (!checked_bin_buf)
     exit(1);
-#endif /* !CYGWIN_HACKS */
 #ifdef HUB
   egg_snprintf(userfile, 121, "%s/.u", confdir());
 #endif /* HUB */