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:
4270144
)
e_os.h defines Getenv()
author
Richard Levitte
<levitte@openssl.org>
Thu, 22 Feb 2001 17:59:55 +0000
(17:59 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 22 Feb 2001 17:59:55 +0000
(17:59 +0000)
crypto/conf/conf_api.c
patch
|
blob
|
history
diff --git
a/crypto/conf/conf_api.c
b/crypto/conf/conf_api.c
index a0596bfd4a7d930456270412e057867eecc023a3..9615df5873848e8e0101482f18a44a3151f470a0 100644
(file)
--- a/
crypto/conf/conf_api.c
+++ b/
crypto/conf/conf_api.c
@@
-67,6
+67,7
@@
#include <string.h>
#include <openssl/conf.h>
#include <openssl/conf_api.h>
+#include "e_os.h"
static void value_free_hash(CONF_VALUE *a, LHASH *conf);
static void value_free_stack(CONF_VALUE *a,LHASH *conf);