]> andersk Git - openssh.git/commitdiff
- (dtucker) [cipher-aes.c] Include string.h for memcpy and friends. Noted
authordtucker <dtucker>
Mon, 11 Sep 2006 10:46:13 +0000 (10:46 +0000)
committerdtucker <dtucker>
Mon, 11 Sep 2006 10:46:13 +0000 (10:46 +0000)
   by Pekka Savola.

ChangeLog
cipher-aes.c

index d610410425491d5b34f2309805d4af15295ba7b1..4af0e3e09ade4ebbff467d14a432bcb6458e1f44 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+20060911
+ - (dtucker) [cipher-aes.c] Include string.h for memcpy and friends.  Noted
+   by Pekka Savola.
+
 20060910
  - (dtucker) [contrib/aix/buildbff.sh] Ensure that perl is available.
  - (dtucker) [configure.ac] Add -lcrypt to let DragonFly build OOTB.
index 14ef10f03c5dfa00036b96365957a46d4fdc3d74..3ea594969eab382f1a5b5ad683d74d64ee7c3a73 100644 (file)
@@ -33,6 +33,7 @@
 #include <openssl/evp.h>
 
 #include <stdarg.h>
+#include <string.h>
 
 #include "rijndael.h"
 #include "xmalloc.h"
This page took 0.042507 seconds and 5 git commands to generate.