Commit abd23881 authored by Richard Levitte's avatar Richard Levitte
Browse files

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

parent d1739eb2
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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)