mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-27 13:12:20 +01:00
The current condition of !WOLFSSL_RSA_VERIFY_ONLY doesn't make sense, as the verify only case will want this function. Based on the original change and the context, it looks like this was a typo meant to be !WOLFSSL_RSA_VERIFY_INLINE.