[openssl] master update
Dr. Paul Dale
pauli at openssl.org
Thu May 13 01:18:51 UTC 2021
The branch master has been updated
via 36c5bb1affc299f94e6f0431f11e90b734eb31f9 (commit)
from b98f752ec330cdc81d1f27a9506e6dcc8c00af5a (commit)
- Log -----------------------------------------------------------------
commit 36c5bb1affc299f94e6f0431f11e90b734eb31f9
Author: Rich Salz <rsalz at akamai.com>
Date: Tue May 11 13:54:42 2021 -0400
Fix cut/paste (?) error.
Reviewed-by: Ben Kaduk <kaduk at mit.edu>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15232)
-----------------------------------------------------------------------
Summary of changes:
doc/internal/man3/OPENSSL_SA.pod | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/internal/man3/OPENSSL_SA.pod b/doc/internal/man3/OPENSSL_SA.pod
index cc775830e9..c7e62461e5 100644
--- a/doc/internal/man3/OPENSSL_SA.pod
+++ b/doc/internal/man3/OPENSSL_SA.pod
@@ -40,7 +40,7 @@ the processor along
=end comment
SPARSE_ARRAY_OF() returns the name for a sparse array of the specified
-B<I<TYPE>>. DEFINE_STACK_OF() creates set of functions for a sparse
+B<I<TYPE>>. DEFINE_SPARSE_ARRAY_OF() creates set of functions for a sparse
array of B<I<TYPE>>. This will mean that a pointer to type B<I<TYPE>>
is stored in each element of a sparse array, the type is referenced by
B<SPARSE_ARRAY_OF>(B<I<TYPE>>) and each function name begins with
More information about the openssl-commits
mailing list