Add functions to convert between uint64_t and ASN1_INTEGER.
[openssl.git] / doc / crypto / ASN1_STRING_new.pod
index 8ac2a03ae267a254f886c4ee5f2b83e055b18f05..6c0b303c27c95097e1581a5fef3a6c7693e76bfc 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