[openssl] OpenSSL_1_1_1-stable update
yang.yang at baishancloud.com
yang.yang at baishancloud.com
Fri Feb 22 06:30:08 UTC 2019
The branch OpenSSL_1_1_1-stable has been updated
via d600f3d34cf85003d11bea2b8296834874cdebcf (commit)
from ebf7bd7f4b5200c4a0e7d86b1f13442e7a6154b6 (commit)
- Log -----------------------------------------------------------------
commit d600f3d34cf85003d11bea2b8296834874cdebcf
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)
(cherry picked from commit 84712024da5e5485e8397afc763555355bddf960)
-----------------------------------------------------------------------
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 4d5a2b9..04ef5ec 100644
--- a/doc/man3/CRYPTO_get_ex_new_index.pod
+++ b/doc/man3/CRYPTO_get_ex_new_index.pod
@@ -100,7 +100,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