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 @@ RSA_size - get RSA modulus size
|
||||
|
||||
#include <openssl/rsa.h>
|
||||
|
||||
int RSA_size(RSA *rsa);
|
||||
int RSA_size(const RSA *rsa);
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
|
||||
Reference in New Issue
Block a user