ASN1_OCTET_STRING_new() calls ASN1_STRING_type_new(V_ASN1_OCTET_STRING)
authorVladimir Kotal <vladimir.kotal@oracle.com>
Wed, 26 Apr 2023 12:31:25 +0000 (14:31 +0200)
committerTomas Mraz <tomas@openssl.org>
Fri, 28 Apr 2023 07:26:44 +0000 (09:26 +0200)
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)

doc/man3/ASN1_STRING_new.pod

index ff20de73b7b9f158c5f94bd4fb96d2ace0c20ad2..9fec854166d1ef46ee23ba0245f41cf14dbccaa8 100644 (file)
@@ -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