Skip to content

Commit

Permalink
crypto/initthread.c: fix misspelled OSSL_provider_init() in comment
Browse files Browse the repository at this point in the history
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 #22450)
  • Loading branch information
mspncp authored and hlandau committed Oct 26, 2023
1 parent 8dc82c0 commit c61fda2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/initthread.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c61fda2

Please sign in to comment.