X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fo_str.h;h=dfc98494c6c5481174645d6a0236b4412231af84;hp=5535123abc6039591ca8e1fdde5c9a0fcdb91fa7;hb=46d889f33e9f1bb03afd84a92c4c9b47e1c1f880;hpb=e6fa67fa9337d498b4383b067da04c6b6e802cd0 diff --git a/crypto/o_str.h b/crypto/o_str.h index 5535123abc..dfc98494c6 100644 --- a/crypto/o_str.h +++ b/crypto/o_str.h @@ -59,9 +59,10 @@ #ifndef HEADER_O_STR_H #define HEADER_O_STR_H -#include +#include /* to get size_t */ 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); +int OPENSSL_memcmp(const void *p1,const void *p2,size_t n); #endif