From: Matthias St. Pierre Date: Fri, 22 Sep 2023 15:43:19 +0000 (+0200) Subject: crypto/initthread.c: fix misspelled OSSL_provider_init() in comment X-Git-Tag: openssl-3.3.0-alpha1~765 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c61fda2ff88a5dc8d71a6b848008d6f01bfd7fa2;p=thirdparty%2Fopenssl.git crypto/initthread.c: fix misspelled OSSL_provider_init() in comment Reviewed-by: Matt Caswell Reviewed-by: Paul Dale Reviewed-by: Tom Cosgrove Reviewed-by: Hugo Landau (Merged from https://github.com/openssl/openssl/pull/22450) --- diff --git a/crypto/initthread.c b/crypto/initthread.c index ae234cd205e..e4d830d7fc5 100644 --- a/crypto/initthread.c +++ b/crypto/initthread.c @@ -27,7 +27,7 @@ * * The FIPS provider tells libcrypto about which threads it is interested in * by calling "c_thread_start" which is a function pointer created during - * provider initialisation (i.e. OSSL_init_provider). + * provider initialisation (i.e. OSSL_provider_init). */ extern OSSL_FUNC_core_thread_start_fn *c_thread_start; #endif