forked from wolfSSL/wolfssl
Fix for ./configure --enable-fips=ready --enable-opensslextra
.
This commit is contained in:
@ -45583,7 +45583,9 @@ int wolfSSL_RSA_private_decrypt(int len, const unsigned char* fr,
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if !defined(_WIN32) && !defined(HAVE_FIPS) && !defined(HAVE_SELFTEST)
|
#if !defined(_WIN32) && !defined(HAVE_SELFTEST) && \
|
||||||
|
(!defined(HAVE_FIPS) || \
|
||||||
|
(defined(HAVE_FIPS_VERSION) && HAVE_FIPS_VERSION > 2))
|
||||||
int wolfSSL_RSA_public_decrypt(int flen, const unsigned char* from,
|
int wolfSSL_RSA_public_decrypt(int flen, const unsigned char* from,
|
||||||
unsigned char* to, WOLFSSL_RSA* rsa, int padding)
|
unsigned char* to, WOLFSSL_RSA* rsa, int padding)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user