PR: 2576
authorDr. Stephen Henson <steve@openssl.org>
Fri, 2 Sep 2011 11:20:32 +0000 (11:20 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Fri, 2 Sep 2011 11:20:32 +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

index 0c1ee2b738b96f952f33dc501a24b2dc02b0a0b4..f5fcbb9f6b15d973837987130362f58c9d0154c2 100644 (file)
@@ -64,6 +64,7 @@
 #endif
 
 #include <assert.h>
+#include <stdlib.h>
 #include <string.h>
 #include <openssl/conf.h>
 #include <openssl/conf_api.h>