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/o_str.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/o_str.c')
-rw-r--r-- | src/lib/libcrypto/o_str.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/libcrypto/o_str.c b/src/lib/libcrypto/o_str.c index a22b6d7d09..6d56673b44 100644 --- a/src/lib/libcrypto/o_str.c +++ b/src/lib/libcrypto/o_str.c | |||
@@ -3,7 +3,6 @@ | |||
3 | */ | 3 | */ |
4 | 4 | ||
5 | #include <ctype.h> | 5 | #include <ctype.h> |
6 | #include <e_os.h> | ||
7 | #include <string.h> | 6 | #include <string.h> |
8 | 7 | ||
9 | int OPENSSL_strcasecmp(const char *str1, const char *str2); | 8 | int OPENSSL_strcasecmp(const char *str1, const char *str2); |