summaryrefslogtreecommitdiff
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:44 +0200
commit30db250f48b0ee78d25a5b8051788348d2cdc418 (patch)
treee5e5884b41cde12fb8ca5b7c74b559ef02a21cb0
parent2bbf2dbbebc37a2882af064167e5990a7ac88dee (diff)
downloadopenssl-new-30db250f48b0ee78d25a5b8051788348d2cdc418.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) (cherry picked from commit 26f0150fce64dd878b77eddc4504fd441cbdef87)
-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