Author: qrczak                       Date: Thu Feb 22 13:19:20 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- Avoid building conflicting md5 functions if they are available
  from libcrypto.

---- Files affected:
SOURCES:
   ntp-md5.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/ntp-md5.patch
diff -u SOURCES/ntp-md5.patch:1.2 SOURCES/ntp-md5.patch:1.3
--- SOURCES/ntp-md5.patch:1.2   Mon Oct  2 22:17:49 2006
+++ SOURCES/ntp-md5.patch       Thu Feb 22 14:19:15 2007
@@ -29,3 +29,14 @@
  # include "rsa_md5.h"
  #endif
 +#endif
+--- ntp-4.2.0/libntp/md5c.c~   2003-07-17 12:27:22.000000000 +0200
++++ ntp-4.2.0/libntp/md5c.c    2007-02-22 13:51:00.000000000 +0100
+@@ -24,7 +24,7 @@
+  */
+ 
+ #include "global.h"
+-#ifndef HAVE_MD5INIT
++#if !HAVE_MD5INIT && !HAVE_LIBCRYPTO
+ #include "ntp_md5.h"
+ 
+ /* Constants for MD5Transform routine.
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/ntp-md5.patch?r1=1.2&r2=1.3&f=u

_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to