summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVladimir Kotal <vladimir.kotal@oracle.com>2023-04-26 14:31:25 +0200
committerTomas Mraz <tomas@openssl.org>2023-04-28 09:26:10 +0200
commit26f0150fce64dd878b77eddc4504fd441cbdef87 (patch)
tree8e6160e8c77b9b13d9dabcaacd2970792d1748f8 /doc
parent3ef5b6009767aeff2fea47144af36cd13bd19d6d (diff)
downloadopenssl-new-26f0150fce64dd878b77eddc4504fd441cbdef87.tar.gz
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')
-rw-r--r--doc/man3/ASN1_STRING_new.pod2
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