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 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 */ -- 2.39.5