diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2003-09-10 01:44:39 +0200 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2003-09-10 01:44:39 +0200 |
commit | 82384690e2ac49d6604d66bf5ac04c93f3e64a71 (patch) | |
tree | 5b4488b8560d7eb423ef1439da30b9b3992a74af /crypto/o_str.h | |
parent | Generalise the definition of strcasecmp() and strncasecmp() for (diff) | |
download | openssl-82384690e2ac49d6604d66bf5ac04c93f3e64a71.tar.xz openssl-82384690e2ac49d6604d66bf5ac04c93f3e64a71.zip |
Typos.
Diffstat (limited to 'crypto/o_str.h')
-rw-r--r-- | crypto/o_str.h | 2 |
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 |