summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/o_str.c
diff options
context:
space:
mode:
authorderaadt <>2014-04-18 15:53:24 +0000
committerderaadt <>2014-04-18 15:53:24 +0000
commit24c3a0870f4dba63ba714a4ed2e1ef4c03d56ab5 (patch)
treead09203797d2b6f05c8c707dfe39edcc907334d2 /src/lib/libcrypto/o_str.c
parent459220e3e7a697ba175aafb9109d18843a2a115e (diff)
downloadopenbsd-24c3a0870f4dba63ba714a4ed2e1ef4c03d56ab5.tar.gz
openbsd-24c3a0870f4dba63ba714a4ed2e1ef4c03d56ab5.tar.bz2
openbsd-24c3a0870f4dba63ba714a4ed2e1ef4c03d56ab5.zip
remove include files not needed
Diffstat (limited to 'src/lib/libcrypto/o_str.c')
-rw-r--r--src/lib/libcrypto/o_str.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/libcrypto/o_str.c b/src/lib/libcrypto/o_str.c
index 6d56673b44..f7be15bd5a 100644
--- a/src/lib/libcrypto/o_str.c
+++ b/src/lib/libcrypto/o_str.c
@@ -2,7 +2,6 @@
2 * Written by Theo de Raadt. Public domain. 2 * Written by Theo de Raadt. Public domain.
3 */ 3 */
4 4
5#include <ctype.h>
6#include <string.h> 5#include <string.h>
7 6
8int OPENSSL_strcasecmp(const char *str1, const char *str2); 7int OPENSSL_strcasecmp(const char *str1, const char *str2);