mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
Fix typo in bind_loader_attic comment
Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> (Merged from https://github.com/openssl/openssl/pull/12890)
This commit is contained in:
parent
3f96b687f7
commit
ec4c86d9ec
@ -1739,7 +1739,7 @@ static int loader_attic_destroy(ENGINE *e)
|
|||||||
static int bind_loader_attic(ENGINE *e)
|
static int bind_loader_attic(ENGINE *e)
|
||||||
{
|
{
|
||||||
|
|
||||||
/* Ensure the ATTIC error handdling is set up on best effort basis */
|
/* Ensure the ATTIC error handling is set up on best effort basis */
|
||||||
ERR_load_ATTIC_strings();
|
ERR_load_ATTIC_strings();
|
||||||
|
|
||||||
if (/* Create the OSSL_STORE_LOADER */
|
if (/* Create the OSSL_STORE_LOADER */
|
||||||
|
Loading…
Reference in New Issue
Block a user