summaryrefslogtreecommitdiffstats
path: root/crypto/o_str.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/o_str.h')
-rw-r--r--crypto/o_str.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/o_str.h b/crypto/o_str.h
index 5535123abc..744a6e27d3 100644
--- a/crypto/o_str.h
+++ b/crypto/o_str.h
@@ -62,6 +62,6 @@
#include <string.h>
int OPENSSL_strcasecmp(const char *str1, const char *str2);
-int OPENSSL_strncasecmp(const char *str1, const char *str2, size_t n)
+int OPENSSL_strncasecmp(const char *str1, const char *str2, size_t n);
#endif