mirror of
https://github.com/openssl/openssl.git
synced 2025-04-06 20:20:50 +08:00
Fix cut/paste (?) error.
Reviewed-by: Ben Kaduk <kaduk@mit.edu> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15232)
This commit is contained in:
parent
b98f752ec3
commit
36c5bb1aff
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user