projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6fa97a
)
Function not used outside FIPS builds.
author
Dr. Stephen Henson
<steve@openssl.org>
Mon, 6 Jun 2011 11:24:47 +0000
(11:24 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Mon, 6 Jun 2011 11:24:47 +0000
(11:24 +0000)
crypto/rsa/rsa_pmeth.c
patch
|
blob
|
history
diff --git
a/crypto/rsa/rsa_pmeth.c
b/crypto/rsa/rsa_pmeth.c
index 7d19f66709e53ea8f621dd1da36e6cf0110dbc55..96b05fa7b38f9f9376c90af5a936deaab70cc5b7 100644
(file)
--- a/
crypto/rsa/rsa_pmeth.c
+++ b/
crypto/rsa/rsa_pmeth.c
@@
-153,7
+153,7
@@
static void pkey_rsa_cleanup(EVP_PKEY_CTX *ctx)
OPENSSL_free(rctx);
}
}
-
+#ifdef OPENSSL_FIPS
/* FIP checker. Return value indicates status of context parameters:
* 1 : redirect to FIPS.
* 0 : don't redirect to FIPS.
@@
-177,6
+177,7
@@
static int pkey_fips_check_ctx(EVP_PKEY_CTX *ctx)
return rv;
return 1;
}
+#endif
static int pkey_rsa_sign(EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen,
const unsigned char *tbs, size_t tbslen)