diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/crypto/sha/ChangeLog | 4 | ||||
| -rw-r--r-- | src/lib/crypto/sha/hmac_sha.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/crypto/sha/ChangeLog b/src/lib/crypto/sha/ChangeLog index 087d0a93d..52039b0b9 100644 --- a/src/lib/crypto/sha/ChangeLog +++ b/src/lib/crypto/sha/ChangeLog @@ -1,3 +1,7 @@ +Thu Jun 13 10:54:27 1996 Ezra Peisach <epeisach@kangaroo.mit.edu> + + * hmac_sha.c: Include string.h for memcpy prototype + Sat Jun 8 07:44:35 1996 Ezra Peisach (epeisach@mit.edu) * shs.c (longReverse): Test for big vs little endian failed for diff --git a/src/lib/crypto/sha/hmac_sha.c b/src/lib/crypto/sha/hmac_sha.c index 6813ea70c..01b00899e 100644 --- a/src/lib/crypto/sha/hmac_sha.c +++ b/src/lib/crypto/sha/hmac_sha.c @@ -1,3 +1,4 @@ +#include <string.h> #include "shs.h" #define PAD_SZ 64 |
