]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Add #define OPENSSL_NO_MD5 to make openssl-0.9.7-beta3 compile.
authorJohn Hay <hay@ntp.org>
Tue, 29 Oct 2002 05:50:42 +0000 (07:50 +0200)
committerJohn Hay <hay@ntp.org>
Tue, 29 Oct 2002 05:50:42 +0000 (07:50 +0200)
bk: 3dbe21b2w7v7qdiV-vJdLTgWM8gdkg

libntp/a_md5encrypt.c

index 51a7d5f9717cefd863a96dd18549e290cca7b6de..355c439eb03096c4d5d035789696484c42978aa6 100644 (file)
@@ -10,6 +10,7 @@
 
 /* Disable the openssl md5 includes because it clash with ours. */
 #define NO_MD5
+#define OPENSSL_NO_MD5
 
 #include "ntp_machine.h"