GH528: "cipher -v" output is confusing.
[openssl.git] / doc / crypto / ASN1_STRING_new.pod
index 8ac2a03ae267a254f886c4ee5f2b83e055b18f05..76e983a8208c5c3f2544b00b08483e3b6ade3ece 100644 (file)
@@ -22,6 +22,7 @@ ASN1_STRING_type_new() returns an allocated B<ASN1_STRING> structure of
 type B<type>.
 
 ASN1_STRING_free() frees up B<a>.
+If B<a> is NULL nothing is done.
 
 =head1 NOTES
 
@@ -37,7 +38,7 @@ ASN1_STRING_free() does not return a value.
 
 =head1 SEE ALSO
 
-L<ERR_get_error(3)|ERR_get_error(3)>
+L<ERR_get_error(3)>
 
 =head1 HISTORY