aboutsummaryrefslogtreecommitdiffstats
path: root/doc/crypto/rsa.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/crypto/rsa.pod')
-rw-r--r--doc/crypto/rsa.pod2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/crypto/rsa.pod b/doc/crypto/rsa.pod
index 45ac53ffc1..743334ff79 100644
--- a/doc/crypto/rsa.pod
+++ b/doc/crypto/rsa.pod
@@ -26,8 +26,6 @@ rsa - RSA public key cryptosystem
int RSA_verify(int type, unsigned char *m, unsigned int m_len,
unsigned char *sigbuf, unsigned int siglen, RSA *rsa);
- int RSA_size(const RSA *rsa);
-
RSA *RSA_generate_key(int num, unsigned long e,
void (*callback)(int,int,void *), void *cb_arg);