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:
0875c00
)
PR: 2576
author
Dr. Stephen Henson
<steve@openssl.org>
Fri, 2 Sep 2011 11:20:41 +0000
(11:20 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Fri, 2 Sep 2011 11:20:41 +0000
(11:20 +0000)
Submitted by: Doug Goldstein <cardoe@gentoo.org>
Reviewed by: steve
Include header file stdlib.h which is needed on some platforms to get
getenv() declaration.
crypto/conf/conf_api.c
patch
|
blob
|
history
diff --git
a/crypto/conf/conf_api.c
b/crypto/conf/conf_api.c
index 0c1ee2b738b96f952f33dc501a24b2dc02b0a0b4..f5fcbb9f6b15d973837987130362f58c9d0154c2 100644
(file)
--- a/
crypto/conf/conf_api.c
+++ b/
crypto/conf/conf_api.c
@@
-64,6
+64,7
@@
#endif
#include <assert.h>
+#include <stdlib.h>
#include <string.h>
#include <openssl/conf.h>
#include <openssl/conf_api.h>