summaryrefslogtreecommitdiffstats
path: root/fips/rsa
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-08-09 16:02:50 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-08-09 16:02:50 +0000
commitc4b3503b4bc8c70e548df084bf4c5cea25c85c28 (patch)
tree902be84dd7e43faee2097fbc31f5b0146a66e39f /fips/rsa
parentf871545f7f952979cf83ef7b0078fc58ef858327 (diff)
Fix signed/unsigned warnings and make several functions static.
Diffstat (limited to 'fips/rsa')
-rw-r--r--fips/rsa/fips_rsa_gen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fips/rsa/fips_rsa_gen.c b/fips/rsa/fips_rsa_gen.c
index 90aaa2f095..5739a1ebef 100644
--- a/fips/rsa/fips_rsa_gen.c
+++ b/fips/rsa/fips_rsa_gen.c
@@ -82,7 +82,7 @@ void FIPS_corrupt_rsa_keygen(void)
fips_rsa_pairwise_fail = 1;
}
-int fips_check_rsa(RSA *rsa)
+static int fips_check_rsa(RSA *rsa)
{
const unsigned char tbs[] = "RSA Pairwise Check Data";
unsigned char *ctbuf = NULL, *ptbuf = NULL;