Add functions to convert between uint64_t and ASN1_INTEGER.
[openssl.git] / doc / crypto / DSA_new.pod
index 48e9b82a09c8dbba2ab4225632c9311313ab2627..3a6d58246581a4905c063f71187eb32a860bb150 100644 (file)
@@ -19,6 +19,7 @@ calling DSA_new_method(NULL).
 
 DSA_free() frees the B<DSA> structure and its components. The values are
 erased before the memory is returned to the system.
+If B<dsa> is NULL nothing is done.
 
 =head1 RETURN VALUES