diff options
Diffstat (limited to 'security/pgp2/patches/patch-ad')
-rw-r--r-- | security/pgp2/patches/patch-ad | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/security/pgp2/patches/patch-ad b/security/pgp2/patches/patch-ad new file mode 100644 index 00000000000..4a0afe1522d --- /dev/null +++ b/security/pgp2/patches/patch-ad @@ -0,0 +1,12 @@ +$NetBSD: patch-ad,v 1.1 2005/12/01 20:19:57 wiz Exp $ + +--- md5.c.orig 1996-01-06 21:21:09.000000000 +0100 ++++ md5.c +@@ -15,6 +15,7 @@ + * will fill a supplied 16-byte array with the digest. + */ + #include <string.h> /* for memcpy() */ ++#include "usuals.h" + #include "md5.h" + + #ifndef HIGHFIRST |