Fix _sp_add_d err

This commit is contained in:
Tesfa Mael
2021-02-25 16:42:18 -08:00
parent 8c3b5c3402
commit 16f39b4e77

View File

@ -2996,7 +2996,7 @@ int sp_cmp_d(sp_int* a, sp_int_digit d)
#endif
#if defined(WOLFSSL_SP_INT_NEGATIVE) || !defined(NO_PWDBASED) || \
defined(WOLFSSL_KEY_GEN) || !defined(NO_DH) || defined(HAVE_ECC) || \
defined(WOLFSSL_KEY_GEN) || !defined(NO_DH) || \
(!defined(NO_RSA) && !defined(WOLFSSL_RSA_VERIFY_ONLY))
/* Add a one digit number to the multi-precision number.
*