From: J.H.M. Dassen Date: Mon, 14 Dec 1998 23:32:21 +0000 (+0100) Subject: Include string.h. (jdassen@wi.leidenuniv.nl) X-Git-Tag: des_and_blowfish_compiles_19981216~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9efcd8ace290244c6a235881e6cbe549b50c821;p=thirdparty%2Fnettle.git Include string.h. (jdassen@wi.leidenuniv.nl) Rev: src/symmetric/md5.c:1.3 Rev: src/symmetric/sha.c:1.3 --- diff --git a/md5.c b/md5.c index 4b197285..095cee22 100644 --- a/md5.c +++ b/md5.c @@ -12,6 +12,8 @@ #include "crypto_types.h" #include "md5.h" +#include + void md5_copy(struct md5_ctx *dest, struct md5_ctx *src) { int i; diff --git a/sha.c b/sha.c index 081369ee..b400dd80 100644 --- a/sha.c +++ b/sha.c @@ -35,6 +35,8 @@ effort (for example the reengineering of a great many Capstone chips). /* #include "port.h" */ #include "sha.h" +#include + void sha_copy(struct sha_ctx *dest, struct sha_ctx *src) { int i;