Update X509_STORE_new.pod

Minor typo.

CLA: trivial

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/8866)
This commit is contained in:
Sambit Kumar Dash 2019-05-02 23:53:04 +05:30 committed by Dr. Matthias St. Pierre
parent 24626a47fb
commit 3527cfcf28

View File

@ -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.