From c61fda2ff88a5dc8d71a6b848008d6f01bfd7fa2 Mon Sep 17 00:00:00 2001 From: "Matthias St. Pierre" Date: Fri, 22 Sep 2023 17:43:19 +0200 Subject: [PATCH] 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) --- crypto/initthread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3