From: John Hay Date: Tue, 29 Oct 2002 05:50:42 +0000 (+0200) Subject: Add #define OPENSSL_NO_MD5 to make openssl-0.9.7-beta3 compile. X-Git-Tag: NTP_4_1_73~26^2~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d1deec2d0695ca77697ac05949a2037a8834e281;p=thirdparty%2Fntp.git Add #define OPENSSL_NO_MD5 to make openssl-0.9.7-beta3 compile. bk: 3dbe21b2w7v7qdiV-vJdLTgWM8gdkg --- diff --git a/libntp/a_md5encrypt.c b/libntp/a_md5encrypt.c index 51a7d5f971..355c439eb0 100644 --- a/libntp/a_md5encrypt.c +++ b/libntp/a_md5encrypt.c @@ -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"