Included h/nmh.h, since the MD5 algorithms were missing declarations
authorShantonu Sen <ssen@mit.edu>
Fri, 8 Sep 2000 00:34:41 +0000 (00:34 +0000)
committerShantonu Sen <ssen@mit.edu>
Fri, 8 Sep 2000 00:34:41 +0000 (00:34 +0000)
for memcpy and memset (I think), which are indirectly included from
strings.h

h/md5.h

diff --git a/h/md5.h b/h/md5.h
index 9a394b5..6ca6399 100644 (file)
--- a/h/md5.h
+++ b/h/md5.h
  */
 
 /*
+ * Use include for nmh/mh
+ */
+
+#include <h/nmh.h>
+
+/*
  * Use prototypes for nmh/mh
  */
 #define PROTOTYPES 1