From: Shantonu Sen Date: Fri, 8 Sep 2000 00:34:41 +0000 (+0000) Subject: Included h/nmh.h, since the MD5 algorithms were missing declarations X-Git-Tag: RELEASE_1_2~199 X-Git-Url: http://git.marmaro.de/?a=commitdiff_plain;h=cc6d2b40ffd2126cff8384d2c62eee44dc7b1fe1;p=mmh Included h/nmh.h, since the MD5 algorithms were missing declarations for memcpy and memset (I think), which are indirectly included from strings.h --- diff --git a/h/md5.h b/h/md5.h index 9a394b50..6ca63993 100644 --- a/h/md5.h +++ b/h/md5.h @@ -9,6 +9,12 @@ * RSAREF types and constants */ +/* + * Use include for nmh/mh + */ + +#include + /* * Use prototypes for nmh/mh */