diff options
author | Vladimir Kotal <vladimir.kotal@oracle.com> | 2023-04-26 14:31:25 +0200 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2023-04-28 09:26:10 +0200 |
commit | 26f0150fce64dd878b77eddc4504fd441cbdef87 (patch) | |
tree | 8e6160e8c77b9b13d9dabcaacd2970792d1748f8 /doc/man3/ASN1_STRING_new.pod | |
parent | x509: sort stacks prior to searching (diff) | |
download | openssl-26f0150fce64dd878b77eddc4504fd441cbdef87.tar.xz openssl-26f0150fce64dd878b77eddc4504fd441cbdef87.zip |
ASN1_OCTET_STRING_new() calls ASN1_STRING_type_new(V_ASN1_OCTET_STRING)
Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20838)
Diffstat (limited to 'doc/man3/ASN1_STRING_new.pod')
-rw-r--r-- | doc/man3/ASN1_STRING_new.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/ASN1_STRING_new.pod b/doc/man3/ASN1_STRING_new.pod index ff20de73b7..9fec854166 100644 --- a/doc/man3/ASN1_STRING_new.pod +++ b/doc/man3/ASN1_STRING_new.pod @@ -27,7 +27,7 @@ If I<a> is NULL nothing is done. =head1 NOTES Other string types call the B<ASN1_STRING> functions. For example -ASN1_OCTET_STRING_new() calls ASN1_STRING_type(V_ASN1_OCTET_STRING). +ASN1_OCTET_STRING_new() calls ASN1_STRING_type_new(V_ASN1_OCTET_STRING). =head1 RETURN VALUES |