diff options
Diffstat (limited to 'src/lib/libcrypto/o_str.h')
-rw-r--r-- | src/lib/libcrypto/o_str.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/o_str.h b/src/lib/libcrypto/o_str.h index dfc98494c6..e2a3fde299 100644 --- a/src/lib/libcrypto/o_str.h +++ b/src/lib/libcrypto/o_str.h | |||
@@ -63,6 +63,6 @@ | |||
63 | 63 | ||
64 | int OPENSSL_strcasecmp(const char *str1, const char *str2); | 64 | int OPENSSL_strcasecmp(const char *str1, const char *str2); |
65 | int OPENSSL_strncasecmp(const char *str1, const char *str2, size_t n); | 65 | int OPENSSL_strncasecmp(const char *str1, const char *str2, size_t n); |
66 | int OPENSSL_memcmp(const void *p1,const void *p2,size_t n); | 66 | int OPENSSL_memcmp(const void *p1, const void *p2, size_t n); |
67 | 67 | ||
68 | #endif | 68 | #endif |