diff options
author | deraadt <> | 2014-04-18 14:37:41 +0000 |
---|---|---|
committer | deraadt <> | 2014-04-18 14:37:41 +0000 |
commit | cb65c83cbaccdc052f92a2a48ed9ee74de03d063 (patch) | |
tree | 9a096bd964129ac72ab9b20dcf9ba841c71784c4 /src/lib/libcrypto/o_str.c | |
parent | dae9f6b743da244120c0940ab4165929fc1e7305 (diff) | |
download | openbsd-cb65c83cbaccdc052f92a2a48ed9ee74de03d063.tar.gz openbsd-cb65c83cbaccdc052f92a2a48ed9ee74de03d063.tar.bz2 openbsd-cb65c83cbaccdc052f92a2a48ed9ee74de03d063.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); |