summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/o_str.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/o_str.h')
-rw-r--r--src/lib/libcrypto/o_str.h2
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
64int OPENSSL_strcasecmp(const char *str1, const char *str2); 64int OPENSSL_strcasecmp(const char *str1, const char *str2);
65int OPENSSL_strncasecmp(const char *str1, const char *str2, size_t n); 65int OPENSSL_strncasecmp(const char *str1, const char *str2, size_t n);
66int OPENSSL_memcmp(const void *p1,const void *p2,size_t n); 66int OPENSSL_memcmp(const void *p1, const void *p2, size_t n);
67 67
68#endif 68#endif