From 4cb94afef176aeb8aa1d1c9c79d1ed2d8d705b6c Mon Sep 17 00:00:00 2001 From: Ezra Peisach Date: Thu, 13 Jun 1996 14:57:03 +0000 Subject: [PATCH] Include string.h for declaration for memcpy() git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8354 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/crypto/sha/ChangeLog | 4 ++++ src/lib/crypto/sha/hmac_sha.c | 1 + 2 files changed, 5 insertions(+) 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 + + * 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 #include "shs.h" #define PAD_SZ 64 -- 2.26.2