Synchronise o_str.c between 0.9.8-dev and 0.9.7-stable.

This commit is contained in:
Richard Levitte 2004-05-13 22:39:56 +00:00
parent d1739eb2d6
commit abd23881c1

View File

@ -61,6 +61,9 @@
#include "o_str.h"
#include <openssl/e_os2.h>
#undef strncasecmp
#undef strcasecmp
int OPENSSL_strncasecmp(const char *str1, const char *str2, size_t n)
{
#if defined(OPENSSL_SYS_VMS)