[openssl] master update
matthias.st.pierre at ncp-e.com
matthias.st.pierre at ncp-e.com
Fri May 31 10:24:46 UTC 2019
The branch master has been updated
via 3527cfcf283d2ee2e14e85f8e432eb1bcc687dbe (commit)
from 24626a47fb5fbb8b120e0ba696c8f173b9ad5d3c (commit)
- Log -----------------------------------------------------------------
commit 3527cfcf283d2ee2e14e85f8e432eb1bcc687dbe
Author: Sambit Kumar Dash <sambitdash at gmail.com>
Date: Thu May 2 23:53:04 2019 +0530
Update X509_STORE_new.pod
Minor typo.
CLA: trivial
Reviewed-by: Richard Levitte <levitte at openssl.org>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre at ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/8866)
-----------------------------------------------------------------------
Summary of changes:
doc/man3/X509_STORE_new.pod | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/man3/X509_STORE_new.pod b/doc/man3/X509_STORE_new.pod
index 1ef3a71..ccc3b06 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.
More information about the openssl-commits
mailing list