]> git.pld-linux.org Git - packages/ntp.git/commitdiff
- Avoid building conflicting md5 functions if they are available auto/th/ntp-4_2_0-19_1
authorqrczak <qrczak@pld-linux.org>
Thu, 22 Feb 2007 13:19:15 +0000 (13:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  from libcrypto.

Changed files:
    ntp-md5.patch -> 1.3

ntp-md5.patch

index dc1a8095ef57765011b534f5c092dee26ab17d13..d5f369882a7c65dee168f2f99739877975971662 100644 (file)
  # 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.
This page took 0.030606 seconds and 4 git commands to generate.