forked from wolfSSL/wolfssl
Fix _sp_add_d err
This commit is contained in:
@ -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.
|
||||
*
|
||||
|
Reference in New Issue
Block a user