These are updates/fixes to DH/DSA/RAND docs based on the fixes to the RSA
docs. There were a couple of other places where the docs were not synchronised with the API that are now fixed. One or two still remain to be fixed though ...
This commit is contained in:
@@ -8,7 +8,7 @@ DSA_dup_DH - create a DH structure out of DSA structure
|
||||
|
||||
#include <openssl/dsa.h>
|
||||
|
||||
DH * DSA_dup_DH(DSA *r);
|
||||
DH * DSA_dup_DH(const DSA *r);
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
|
||||
Reference in New Issue
Block a user