From cc6d2b40ffd2126cff8384d2c62eee44dc7b1fe1 Mon Sep 17 00:00:00 2001 From: Shantonu Sen Date: Fri, 8 Sep 2000 00:34:41 +0000 Subject: [PATCH] Included h/nmh.h, since the MD5 algorithms were missing declarations for memcpy and memset (I think), which are indirectly included from strings.h --- h/md5.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/h/md5.h b/h/md5.h index 9a394b5..6ca6399 100644 --- a/h/md5.h +++ b/h/md5.h @@ -10,6 +10,12 @@ */ /* + * Use include for nmh/mh + */ + +#include + +/* * Use prototypes for nmh/mh */ #define PROTOTYPES 1 -- 1.7.10.4