rasmus 99/02/05 05:11:12
Modified: src/ap ap_md5c.c
Log:
Should include crypt.h here if available since we are using crypt()
Revision Changes Path
1.21 +3 -0 apache-1.3/src/ap/ap_md5c.c
Index: ap_md5c.c
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/ap/ap_md5c.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ap_md5c.c 1999/02/03 23:28:58 1.20
+++ ap_md5c.c 1999/02/05 13:11:11 1.21
@@ -107,6 +107,9 @@
#ifdef CHARSET_EBCDIC
#include "ebcdic.h"
#endif /*CHARSET_EBCDIC*/
+#if HAVE_CRYPT_H
+#include <crypt.h>
+#endif
/* Constants for MD5Transform routine.
*/