diff options
-rw-r--r-- | lib/libcrypto/o_str.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libcrypto/o_str.c b/lib/libcrypto/o_str.c index c0af37161b5..f05889e4c87 100644 --- a/lib/libcrypto/o_str.c +++ b/lib/libcrypto/o_str.c @@ -1,4 +1,4 @@ -/* $OpenBSD: o_str.c,v 1.8 2014/06/12 15:49:27 deraadt Exp $ */ +/* $OpenBSD: o_str.c,v 1.9 2014/07/09 20:22:14 tedu Exp $ */ /* * Written by Theo de Raadt. Public domain. */ @@ -7,7 +7,6 @@ int OPENSSL_strcasecmp(const char *str1, const char *str2); int OPENSSL_strncasecmp(const char *str1, const char *str2, size_t n); -int OPENSSL_memcmp(const void *p1, const void *p2, size_t n); int OPENSSL_strncasecmp(const char *str1, const char *str2, size_t n) |