str[n]casecmp => OPENSSL_strncasecmp
Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18069)
This commit is contained in:
parent
4b2bd2722b
commit
fba140c735
63 changed files with 162 additions and 216 deletions
|
@ -19,7 +19,6 @@
|
|||
#include "crypto/decoder.h"
|
||||
#include "crypto/evp/evp_local.h"
|
||||
#include "encoder_local.h"
|
||||
#include "internal/e_os.h" /* strcasecmp on Windows */
|
||||
#include "internal/namemap.h"
|
||||
|
||||
int OSSL_DECODER_CTX_set_passphrase(OSSL_DECODER_CTX *ctx,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue