aboutsummaryrefslogtreecommitdiff
path: root/openssl/crypto/rsa/rsa.h
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/crypto/rsa/rsa.h')
-rw-r--r--openssl/crypto/rsa/rsa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/crypto/rsa/rsa.h b/openssl/crypto/rsa/rsa.h
index 4814a2fc1..5f269e577 100644
--- a/openssl/crypto/rsa/rsa.h
+++ b/openssl/crypto/rsa/rsa.h
@@ -280,7 +280,7 @@ struct rsa_st
RSA * RSA_new(void);
RSA * RSA_new_method(ENGINE *engine);
-int RSA_size(const RSA *);
+int RSA_size(const RSA *rsa);
/* Deprecated version */
#ifndef OPENSSL_NO_DEPRECATED