]> git.marmaro.de Git - mmh/commitdiff
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 9a394b50232ce087d7e6e2d4624bc6e7812b097a..6ca63993ac0c431e80b71ad17ff6f42f9f019039 100644 (file)
--- a/h/md5.h
+++ b/h/md5.h
@@ -9,6 +9,12 @@
  * RSAREF types and constants
  */
 
+/*
+ * Use include for nmh/mh
+ */
+
+#include <h/nmh.h>
+
 /*
  * Use prototypes for nmh/mh
  */