]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Clean up the includes in a_md5encrypt.c. Proposed fix for bug #123.
authorFrederick Bruckman <bruckman@ntp.org>
Fri, 20 Jun 2003 01:01:31 +0000 (20:01 -0500)
committerFrederick Bruckman <bruckman@ntp.org>
Fri, 20 Jun 2003 01:01:31 +0000 (20:01 -0500)
bk: 3ef25cebMqEIt8cP-wukbaHfUmn6rQ

libntp/a_md5encrypt.c

index fe56684505d896d0b6c9db14ab7acd58264f3815..42513ef534805c44c89c93e25f712e1ffe9448f8 100644 (file)
@@ -8,21 +8,19 @@
  * www.rsa.com.
  */
 
-#include "ntp_machine.h"
-
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #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 <stdio.h>
-#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"