diff options
author | Daniel Bevenius <daniel.bevenius@gmail.com> | 2020-09-16 08:55:52 +0200 |
---|---|---|
committer | Dmitry Belyavskiy <beldmit@gmail.com> | 2020-09-17 10:22:33 +0200 |
commit | ec4c86d9ec132aaa31c7e6892dde4dbb11397168 (patch) | |
tree | e2576296162172eab6b3a468bb4eeac3fa3e961f /engines | |
parent | Document 2 newly added functions (diff) | |
download | openssl-ec4c86d9ec132aaa31c7e6892dde4dbb11397168.tar.xz openssl-ec4c86d9ec132aaa31c7e6892dde4dbb11397168.zip |
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)
Diffstat (limited to 'engines')
-rw-r--r-- | engines/e_loader_attic.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |