summaryrefslogtreecommitdiffstats
path: root/crypto/conf
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2002-03-14 09:45:37 +0000
committerBodo Möller <bodo@openssl.org>2002-03-14 09:45:37 +0000
commit08f38d887e1e66a9196c12f052e7441a2f25678b (patch)
treeef0d25f6737071ea891cb8c8e11435b560769f09 /crypto/conf
parent5798378a22d70dce7827d6eb18340d944b36a374 (diff)
we need e_os.h
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 d05a778ff6..a42c21970a 100644
--- 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);