Move OPENSSL_strcasecmp() and related to o_str.c
authorTomas Mraz <tomas@openssl.org>
Tue, 10 May 2022 14:31:20 +0000 (16:31 +0200)
committerTomas Mraz <tomas@openssl.org>
Fri, 13 May 2022 06:30:41 +0000 (08:30 +0200)
commit71c17c36d913a82742c7d4ecd91ad047906cdae0
tree9c2ae300271ed521c48ed7397cef18816e2b4d40
parentcf91a2b3c196ee4d7be93ab9f8fc8e097128ad68
Move OPENSSL_strcasecmp() and related to o_str.c

Otherwise the implementation is unnecessarily duplicated in legacy.so.

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18282)
crypto/ctype.c
crypto/o_str.c
include/crypto/ctype.h
include/internal/cryptlib.h