Fix a typo in the function name
authorAkshat Maheshwari <akshatmaheshwari1995@gmail.com>
Tue, 13 Sep 2022 07:03:21 +0000 (12:33 +0530)
committerTomas Mraz <tomas@openssl.org>
Thu, 15 Sep 2022 15:07:05 +0000 (17:07 +0200)
commitedb271ee5d68f31260da37e9ad5ed2f9f4dd7274
tree51031a697f700d664f30d1596c0411e4fc617449
parent48963ff6d0d07648e09e63d2dca9fb6069241f42
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)
doc/man3/X509_STORE_add_cert.pod