]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
crypto/initthread.c: fix misspelled OSSL_provider_init() in comment
authorMatthias St. Pierre <matthias.st.pierre@ncp-e.com>
Fri, 22 Sep 2023 15:43:19 +0000 (17:43 +0200)
committerHugo Landau <hlandau@openssl.org>
Thu, 26 Oct 2023 14:45:41 +0000 (15:45 +0100)
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)

crypto/initthread.c

index ae234cd205e5cdcaf3aef41a7e938b9637a5370a..e4d830d7fc50859170fa2abfbd4c631d1b22ffbc 100644 (file)
@@ -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