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:54 +0200
commit6b474481f587055eb10f0020fe93695a7ade7135 (patch)
tree0f6483d23aec37eb9166f211b481e96db70d902e
parented320ec647db7113d4753bbd7c8d9dd703c473fd (diff)
downloadopenssl-new-6b474481f587055eb10f0020fe93695a7ade7135.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