From: Sambit Kumar Dash Date: Thu, 2 May 2019 18:23:04 +0000 (+0530) Subject: Update X509_STORE_new.pod X-Git-Tag: openssl-3.0.0-alpha1~2012 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3527cfcf283d2ee2e14e85f8e432eb1bcc687dbe;p=oweals%2Fopenssl.git Update X509_STORE_new.pod Minor typo. CLA: trivial Reviewed-by: Richard Levitte Reviewed-by: Matthias St. Pierre (Merged from https://github.com/openssl/openssl/pull/8866) --- diff --git a/doc/man3/X509_STORE_new.pod b/doc/man3/X509_STORE_new.pod index 1ef3a71b79..ccc3b06061 100644 --- a/doc/man3/X509_STORE_new.pod +++ b/doc/man3/X509_STORE_new.pod @@ -23,7 +23,7 @@ X509_STORE_up_ref() increments the reference count associated with the X509_STORE object. X509_STORE_lock() locks the store from modification by other threads, -X509_STORE_unlock() locks it. +X509_STORE_unlock() unlocks it. X509_STORE_free() frees up a single X509_STORE object.