mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
Fix a typo in the function name
X509_STORE_load_locations_ex() calls X509_STORE_load_file_ex() and X509_STORE_load_path(), there's no such function name as X509_STORE_load_dir(). CLA: trivial Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19202)
This commit is contained in:
parent
48963ff6d0
commit
edb271ee5d
@ -115,7 +115,7 @@ X509_STORE_load_store() is similar to X509_STORE_load_store_ex() but
|
||||
uses NULL for the library context I<libctx> and property query I<propq>.
|
||||
|
||||
X509_STORE_load_locations_ex() combines
|
||||
X509_STORE_load_file_ex() and X509_STORE_load_dir() for a given file
|
||||
X509_STORE_load_file_ex() and X509_STORE_load_path() for a given file
|
||||
and/or directory path.
|
||||
It is permitted to specify just a file, just a directory, or both
|
||||
paths.
|
||||
|
Loading…
Reference in New Issue
Block a user