diff options
author | deraadt <> | 2014-04-18 14:37:41 +0000 |
---|---|---|
committer | deraadt <> | 2014-04-18 14:37:41 +0000 |
commit | ade9fbef99b78ab1e042fd491648066f3e008e92 (patch) | |
tree | 9a096bd964129ac72ab9b20dcf9ba841c71784c4 /src/lib/libcrypto/conf/conf_api.c | |
parent | 6bd267835e6a209a220f455d126a5de5f86fcff7 (diff) | |
download | openbsd-ade9fbef99b78ab1e042fd491648066f3e008e92.tar.gz openbsd-ade9fbef99b78ab1e042fd491648066f3e008e92.tar.bz2 openbsd-ade9fbef99b78ab1e042fd491648066f3e008e92.zip |
Put the final pieces from e_os.h in the required places, and remove it.
"dance on it's grave" says beck
ok guenther beck
Diffstat (limited to 'src/lib/libcrypto/conf/conf_api.c')
-rw-r--r-- | src/lib/libcrypto/conf/conf_api.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/libcrypto/conf/conf_api.c b/src/lib/libcrypto/conf/conf_api.c index dc6eb579bf..f484000d0c 100644 --- a/src/lib/libcrypto/conf/conf_api.c +++ b/src/lib/libcrypto/conf/conf_api.c | |||
@@ -68,7 +68,6 @@ | |||
68 | #include <string.h> | 68 | #include <string.h> |
69 | #include <openssl/conf.h> | 69 | #include <openssl/conf.h> |
70 | #include <openssl/conf_api.h> | 70 | #include <openssl/conf_api.h> |
71 | #include "e_os.h" | ||
72 | 71 | ||
73 | static void value_free_hash_doall_arg(CONF_VALUE *a, | 72 | static void value_free_hash_doall_arg(CONF_VALUE *a, |
74 | LHASH_OF(CONF_VALUE) *conf); | 73 | LHASH_OF(CONF_VALUE) *conf); |