From: Frederick Bruckman Date: Fri, 20 Jun 2003 01:01:31 +0000 (-0500) Subject: Clean up the includes in a_md5encrypt.c. Proposed fix for bug #123. X-Git-Tag: NTP_4_2_0~81 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3f0e9f435b50634216b19bb8fe080df00dfa20d7;p=thirdparty%2Fntp.git Clean up the includes in a_md5encrypt.c. Proposed fix for bug #123. bk: 3ef25cebMqEIt8cP-wukbaHfUmn6rQ --- diff --git a/libntp/a_md5encrypt.c b/libntp/a_md5encrypt.c index fe56684505..42513ef534 100644 --- a/libntp/a_md5encrypt.c +++ b/libntp/a_md5encrypt.c @@ -8,21 +8,19 @@ * www.rsa.com. */ -#include "ntp_machine.h" - #ifdef HAVE_CONFIG_H #include #endif +#include "ntp_fp.h" +#include "ntp_string.h" +#include "ntp_stdlib.h" + /* Disable the openssl md5 includes, because they'd clash with ours. */ +/* #define NO_MD5 */ +/* #define OPENSSL_NO_MD5 */ #undef OPENSSL -#include "ntp_machine.h" -#include -#include "ntpd.h" -#include "ntp_types.h" -#include "ntp_string.h" -#include "ntp_stdlib.h" #include "ntp.h" #include "global.h" #include "ntp_md5.h"