forked from wolfSSL/wolfssl
Fix build for WOLFSSL_RSA_VERIFY_ONLY
.
This commit is contained in:
@ -3471,7 +3471,7 @@ int wc_RsaPSS_VerifyCheck(byte* in, word32 inLen, byte* out, word32 outLen,
|
|||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef WOLFSSL_RSA_PUBLIC_ONLY
|
#if !defined(WOLFSSL_RSA_PUBLIC_ONLY) && !defined(WOLFSSL_RSA_VERIFY_ONLY)
|
||||||
int wc_RsaSSL_Sign(const byte* in, word32 inLen, byte* out, word32 outLen,
|
int wc_RsaSSL_Sign(const byte* in, word32 inLen, byte* out, word32 outLen,
|
||||||
RsaKey* key, WC_RNG* rng)
|
RsaKey* key, WC_RNG* rng)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user