[openssl] master update
beldmit at gmail.com
beldmit at gmail.com
Thu Sep 17 08:23:29 UTC 2020
The branch master has been updated
via ec4c86d9ec132aaa31c7e6892dde4dbb11397168 (commit)
from 3f96b687f7d27a32f37f7c6b4fdee45dae685b38 (commit)
- Log -----------------------------------------------------------------
commit ec4c86d9ec132aaa31c7e6892dde4dbb11397168
Author: Daniel Bevenius <daniel.bevenius at gmail.com>
Date: Wed Sep 16 08:55:52 2020 +0200
Fix typo in bind_loader_attic comment
Reviewed-by: Shane Lontis <shane.lontis at oracle.com>
Reviewed-by: Dmitry Belyavskiy <beldmit at gmail.com>
(Merged from https://github.com/openssl/openssl/pull/12890)
-----------------------------------------------------------------------
Summary of changes:
engines/e_loader_attic.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/engines/e_loader_attic.c b/engines/e_loader_attic.c
index be01c55718..47afe3f790 100644
--- a/engines/e_loader_attic.c
+++ b/engines/e_loader_attic.c
@@ -1739,7 +1739,7 @@ static int loader_attic_destroy(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();
if (/* Create the OSSL_STORE_LOADER */
More information about the openssl-commits
mailing list