From: Camille Guérin Date: Fri, 21 Apr 2017 11:35:51 +0000 (+0200) Subject: Fixed typo in X509_STORE_CTX_new description X-Git-Tag: OpenSSL_1_1_1-pre1~1720 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7643a1723ef8eb4e542e57dfadeeb8eff788ec05;p=oweals%2Fopenssl.git Fixed typo in X509_STORE_CTX_new description 'X509_XTORE_CTX_cleanup' -> 'X509_STORE_CTX_cleanup' Reviewed-by: Kurt Roeckx Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/3271) --- diff --git a/doc/man3/X509_STORE_CTX_new.pod b/doc/man3/X509_STORE_CTX_new.pod index 0d8ce3b72b..2828ed75d2 100644 --- a/doc/man3/X509_STORE_CTX_new.pod +++ b/doc/man3/X509_STORE_CTX_new.pod @@ -61,7 +61,7 @@ If B is NULL nothing is done. X509_STORE_CTX_init() sets up B for a subsequent verification operation. It must be called before each call to X509_verify_cert(), i.e. a B is only good for one call to X509_verify_cert(); if you want to verify a second -certificate with the same B then you must call X509_XTORE_CTX_cleanup() +certificate with the same B then you must call X509_STORE_CTX_cleanup() and then X509_STORE_CTX_init() again before the second call to X509_verify_cert(). The trusted certificate store is set to B, the end entity certificate to be verified is set to B and a set of additional