mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
Synchronise o_str.c between 0.9.8-dev and 0.9.7-stable.
This commit is contained in:
parent
d1739eb2d6
commit
abd23881c1
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user