diff --git a/wolfcrypt/src/rsa.c b/wolfcrypt/src/rsa.c index fa455cc36..ce3abf4f4 100644 --- a/wolfcrypt/src/rsa.c +++ b/wolfcrypt/src/rsa.c @@ -3871,7 +3871,7 @@ int wc_RsaSSL_VerifyInline(byte* in, word32 inLen, byte** out, RsaKey* key) } #endif -#ifndef WOLFSSL_RSA_VERIFY_ONLY +#ifndef WOLFSSL_RSA_VERIFY_INLINE int wc_RsaSSL_Verify(const byte* in, word32 inLen, byte* out, word32 outLen, RsaKey* key) {