These are updates/fixes to DH/DSA/RAND docs based on the fixes to the RSA
docs. There were a couple of other places (including RSA) where the docs were not quite synchronised with the API that are now fixed. One or two still remain to be fixed though ...
This commit is contained in:
@@ -14,7 +14,8 @@ DSA_new, DSA_free - allocate and free DSA objects
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
DSA_new() allocates and initializes a B<DSA> structure.
|
||||
DSA_new() allocates and initializes a B<DSA> structure. It is equivalent to
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user