From 26f0150fce64dd878b77eddc4504fd441cbdef87 Mon Sep 17 00:00:00 2001 From: Vladimir Kotal Date: Wed, 26 Apr 2023 14:31:25 +0200 Subject: 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) --- doc/man3/ASN1_STRING_new.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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 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 -- cgit v1.2.1