projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e0a2d8
)
enginetest needs 'memset' defined.
author
Geoff Thorpe
<geoff@openssl.org>
Mon, 10 Sep 2001 21:02:06 +0000
(21:02 +0000)
committer
Geoff Thorpe
<geoff@openssl.org>
Mon, 10 Sep 2001 21:02:06 +0000
(21:02 +0000)
crypto/engine/enginetest.c
patch
|
blob
|
history
diff --git
a/crypto/engine/enginetest.c
b/crypto/engine/enginetest.c
index 351b0c742e99b3684dd4f34e229de9096af0e7c6..f02e6f4026c07529d9ed3248d22b0cfe04016222 100644
(file)
--- a/
crypto/engine/enginetest.c
+++ b/
crypto/engine/enginetest.c
@@
-58,6
+58,7
@@
#include <openssl/e_os2.h>
#include <stdio.h>
+#include <string.h>
#include <openssl/buffer.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>