mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-06 17:20:53 +02:00
304019d28d
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.