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:
460fe31
)
strdup() is a X/Open extension.
author
Richard Levitte
<levitte@openssl.org>
Tue, 20 Feb 2001 20:00:30 +0000
(20:00 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Tue, 20 Feb 2001 20:00:30 +0000
(20:00 +0000)
crypto/engine/enginetest.c
patch
|
blob
|
history
diff --git
a/crypto/engine/enginetest.c
b/crypto/engine/enginetest.c
index 7d3e47aad1e3b02f89f6ee5008de1cef3fdbe740..6f18ebd9623272cecb31070d47db34866e85c3fc 100644
(file)
--- a/
crypto/engine/enginetest.c
+++ b/
crypto/engine/enginetest.c
@@
-57,8
+57,11
@@
*/
#include <stdio.h>
+#include <openssl/e_os2.h>
+#ifdef OPENSSL_SYS_VMS_DECC
+# define _XOPEN_SOURCE_EXTENDED
+#endif
#include <string.h>
-#include <strings.h>
#include <openssl/engine.h>
#include <openssl/err.h>