summaryrefslogtreecommitdiffstats
path: root/doc/crypto/RSA_size.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/crypto/RSA_size.pod')
-rw-r--r--doc/crypto/RSA_size.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/RSA_size.pod b/doc/crypto/RSA_size.pod
index b36b4d58d5..5b7f835f95 100644
--- a/doc/crypto/RSA_size.pod
+++ b/doc/crypto/RSA_size.pod
@@ -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