summaryrefslogtreecommitdiffstats
path: root/crypto/conf
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-09-02 11:20:41 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-09-02 11:20:41 +0000
commitb86f3197b7f4c94cdc4717805907d32074be29a4 (patch)
treef854cc883912d2f7ceccf2c9bbd93c6b1c07f0b7 /crypto/conf
parent0875c00584d0ad93b2992f1b82508b8c68c2ded6 (diff)
PR: 2576
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.
Diffstat (limited to 'crypto/conf')
-rw-r--r--crypto/conf/conf_api.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/conf/conf_api.c b/crypto/conf/conf_api.c
index 0c1ee2b738..f5fcbb9f6b 100644
--- 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>