mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
Fix obvious misspelling of ASN1_VALUE
Reviewed-by: Hugo Landau <hlandau@devever.net> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/26118)
This commit is contained in:
parent
690bb5192c
commit
4188ab2b19
@ -87,7 +87,7 @@ found for the purposes of reference counting.
|
|||||||
=item I<asn1_cb>
|
=item I<asn1_cb>
|
||||||
|
|
||||||
A callback that will be invoked at various points during the processing of
|
A callback that will be invoked at various points during the processing of
|
||||||
the B<ASN1_VALLUE>. See below for further details.
|
the B<ASN1_VALUE>. See below for further details.
|
||||||
|
|
||||||
=item I<enc_offset>
|
=item I<enc_offset>
|
||||||
|
|
||||||
@ -97,7 +97,7 @@ will be saved if the B<ASN1_AFLG_ENCODING> flag has been set.
|
|||||||
=item I<asn1_const_cb>
|
=item I<asn1_const_cb>
|
||||||
|
|
||||||
A callback that will be invoked at various points during the processing of
|
A callback that will be invoked at various points during the processing of
|
||||||
the B<ASN1_VALLUE>. This is used in preference to the I<asn1_cb> callback if
|
the B<ASN1_VALUE>. This is used in preference to the I<asn1_cb> callback if
|
||||||
the B<ASN1_AFLG_CONST_CB> flag is set. See below for further details.
|
the B<ASN1_AFLG_CONST_CB> flag is set. See below for further details.
|
||||||
|
|
||||||
=back
|
=back
|
||||||
|
Loading…
Reference in New Issue
Block a user