From 45237c714874f7b370995046f95a9a4d5f0580cc Mon Sep 17 00:00:00 2001 From: wollman Date: Thu, 3 Feb 1994 23:22:43 +0000 Subject: Eliminate compilation warning. --- usr.sbin/xntpd/authstuff/md5driver.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr.sbin/xntpd/authstuff') diff --git a/usr.sbin/xntpd/authstuff/md5driver.c b/usr.sbin/xntpd/authstuff/md5driver.c index b85348f..a608add 100644 --- a/usr.sbin/xntpd/authstuff/md5driver.c +++ b/usr.sbin/xntpd/authstuff/md5driver.c @@ -30,7 +30,9 @@ #endif /* SYS_BSDI */ #include "md5.h" +#ifndef MD5 #define MD5 +#endif #include "ntp_string.h" #include "ntp_stdlib.h" -- cgit v1.1