[openssl] master update

yang.yang at baishancloud.com yang.yang at baishancloud.com
Fri Feb 22 06:29:36 UTC 2019


The branch master has been updated
       via  84712024da5e5485e8397afc763555355bddf960 (commit)
      from  32d40d0d8942ac7156066c55354dc174f7b8b3bc (commit)


- Log -----------------------------------------------------------------
commit 84712024da5e5485e8397afc763555355bddf960
Author: Paul Yang <yang.yang at baishancloud.com>
Date:   Fri Feb 22 14:27:39 2019 +0800

    Fix a grammar nit in CRYPTO_get_ex_new_index.pod
    
    Reviewed-by: Paul Dale <paul.dale at oracle.com>
    (Merged from https://github.com/openssl/openssl/pull/8303)

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

Summary of changes:
 doc/man3/CRYPTO_get_ex_new_index.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/man3/CRYPTO_get_ex_new_index.pod b/doc/man3/CRYPTO_get_ex_new_index.pod
index 44bab62..f37d532 100644
--- a/doc/man3/CRYPTO_get_ex_new_index.pod
+++ b/doc/man3/CRYPTO_get_ex_new_index.pod
@@ -104,7 +104,7 @@ to avoid likely double-free crashes.
 The function B<CRYPTO_free_ex_data> is used to free all exdata attached
 to a structure. The appropriate type-specific routine must be used.
 The B<class_index> identifies the structure type, the B<obj> is
-be the pointer to the actual structure, and B<r> is a pointer to the
+a pointer to the actual structure, and B<r> is a pointer to the
 structure's exdata field.
 
 =head2 Callback Functions


More information about the openssl-commits mailing list