Skip to content

Commit

Permalink
ASN1_OCTET_STRING_new() calls ASN1_STRING_type_new(V_ASN1_OCTET_STRING)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladak committed Apr 26, 2023
1 parent fc374a0 commit dacdc9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/man3/ASN1_STRING_new.pod
Expand Up @@ -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

Expand Down

0 comments on commit dacdc9c

Please sign in to comment.