[openssl] OpenSSL_1_1_1-stable update

matthias.st.pierre at ncp-e.com matthias.st.pierre at ncp-e.com
Fri May 31 10:25:18 UTC 2019


The branch OpenSSL_1_1_1-stable has been updated
       via  d2b736df0e2135371a23799cab5ed63f2fb9ea0a (commit)
      from  8d5c80539df8f306798f416f19512f892687d84a (commit)


- Log -----------------------------------------------------------------
commit d2b736df0e2135371a23799cab5ed63f2fb9ea0a
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)
    
    (cherry picked from commit 3527cfcf283d2ee2e14e85f8e432eb1bcc687dbe)

-----------------------------------------------------------------------

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 b3bc96e..2b6ac18 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