summaryrefslogtreecommitdiffstats
path: root/crypto/initthread.c
diff options
context:
space:
mode:
authorMatthias St. Pierre <matthias.st.pierre@ncp-e.com>2023-09-22 17:43:19 +0200
committerHugo Landau <hlandau@openssl.org>2023-10-26 15:45:41 +0100
commitc61fda2ff88a5dc8d71a6b848008d6f01bfd7fa2 (patch)
treefa6b069dafe5339e7b8f1a684d12abd8a9182b12 /crypto/initthread.c
parent8dc82c02559545fabe15fd95d55623f4f7fc0f08 (diff)
crypto/initthread.c: fix misspelled OSSL_provider_init() in comment
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> Reviewed-by: Hugo Landau <hlandau@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22450)
Diffstat (limited to 'crypto/initthread.c')
-rw-r--r--crypto/initthread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/initthread.c b/crypto/initthread.c
index ae234cd205..e4d830d7fc 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