summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2022-05-10 17:22:24 +0200
committerTomas Mraz <tomas@openssl.org>2022-05-13 08:33:50 +0200
commit932534e7ef11ad43100ea6c81362d1d86e156167 (patch)
tree995a3d3e6b3738080e4df7a6c542189d304a57b7 /include
parent84b9fe9293e5e37525e86714d6c2568539babbfb (diff)
Always try locale initialization from OPENSSL_strcasecmp
Fixes #18172 Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18293)
Diffstat (limited to 'include')
-rw-r--r--include/internal/cryptlib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/internal/cryptlib.h b/include/internal/cryptlib.h
index 640b41cc10..4915680c26 100644
--- a/include/internal/cryptlib.h
+++ b/include/internal/cryptlib.h
@@ -259,5 +259,6 @@ static ossl_inline int ossl_is_absolute_path(const char *path)
}
int ossl_init_casecmp_int(void);
+int ossl_init_casecmp(void);
void ossl_deinit_casecmp(void);
#endif