Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/dist/kame/racoon/missing/crypto/sha2 Include <string....



details:   https://anonhg.NetBSD.org/src/rev/975ccef44f60
branches:  trunk
changeset: 514423:975ccef44f60
user:      simonb <simonb%NetBSD.org@localhost>
date:      Sun Sep 02 08:45:22 2001 +0000

description:
Include <string.h> for memcpy() prototype.

diffstat:

 crypto/dist/kame/racoon/missing/crypto/sha2/sha2.c |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r d160d1cbc135 -r 975ccef44f60 crypto/dist/kame/racoon/missing/crypto/sha2/sha2.c
--- a/crypto/dist/kame/racoon/missing/crypto/sha2/sha2.c        Sun Sep 02 08:39:37 2001 +0000
+++ b/crypto/dist/kame/racoon/missing/crypto/sha2/sha2.c        Sun Sep 02 08:45:22 2001 +0000
@@ -43,6 +43,7 @@
 #include <openssl/evp.h>
 
 #include <err.h>
+#include <string.h>
 #define bcopy(a, b, c) memcpy((b), (a), (c))
 #define bzero(a, b) memset((a), 0, (b))
 #define panic(a) err(1, (a))



Home | Main Index | Thread Index | Old Index