]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Make this build on NetBSD.
authorFrederick Bruckman <bruckman@ntp.org>
Mon, 16 Jun 2003 17:09:12 +0000 (12:09 -0500)
committerFrederick Bruckman <bruckman@ntp.org>
Mon, 16 Jun 2003 17:09:12 +0000 (12:09 -0500)
bk: 3eedf9b8p5HnxYudqW7kGooqUB8jUA

libntp/a_md5encrypt.c

index ad7abf86ce18feaad79e6007a081ce160cea6401..fe56684505d896d0b6c9db14ab7acd58264f3815 100644 (file)
@@ -8,16 +8,15 @@
  * www.rsa.com.
  */
 
-/* Disable the openssl md5 includes because it clash with ours. */
-#define NO_MD5
-#define OPENSSL_NO_MD5
-
 #include "ntp_machine.h"
 
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
 
+/* Disable the openssl md5 includes, because they'd clash with ours. */
+#undef OPENSSL
+
 #include "ntp_machine.h"
 #include <stdio.h>
 #include "ntpd.h"