From: Vladimir Kotal Date: Wed, 26 Apr 2023 12:31:25 +0000 (+0200) Subject: ASN1_OCTET_STRING_new() calls ASN1_STRING_type_new(V_ASN1_OCTET_STRING) X-Git-Tag: openssl-3.2.0-alpha1~951 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26f0150fce64dd878b77eddc4504fd441cbdef87;p=thirdparty%2Fopenssl.git ASN1_OCTET_STRING_new() calls ASN1_STRING_type_new(V_ASN1_OCTET_STRING) Reviewed-by: Hugo Landau Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/20838) --- diff --git a/doc/man3/ASN1_STRING_new.pod b/doc/man3/ASN1_STRING_new.pod index ff20de73b7b..9fec854166d 100644 --- a/doc/man3/ASN1_STRING_new.pod +++ b/doc/man3/ASN1_STRING_new.pod @@ -27,7 +27,7 @@ If I is NULL nothing is done. =head1 NOTES Other string types call the B 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