]> git.ipfire.org Git - thirdparty/openssl.git/commit
Remove internal functions OPENSSL_strcasecmp and OPENSSL_strncasecmp
authorRichard Levitte <levitte@openssl.org>
Fri, 27 May 2016 08:12:58 +0000 (10:12 +0200)
committerRichard Levitte <levitte@openssl.org>
Sat, 28 May 2016 00:15:04 +0000 (02:15 +0200)
commit7233bea26350d0541909a2fe30e87a95327fb065
treee64babb3bf6207ce04ce99ef33d931deb0eeb350
parent90edbfcce3b84287332ac77f19993cbc18effdef
Remove internal functions OPENSSL_strcasecmp and OPENSSL_strncasecmp

Their only reason to exist was that they didn't exist in VMS before
version 7.0.  We do not support such old versions any more.

However, for the benefit of systems that don't get strings.h included
by string.h, we include the former in e_os.h.

RT#4458

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
crypto/o_str.c
e_os.h
include/internal/o_str.h