mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 03:34:39 +02:00
execute undef before checking and return
This commit is contained in:
@@ -4449,11 +4449,11 @@ static int accel_fp_mul2add(int idx1, int idx2,
|
||||
XFREE(kb[1], NULL, DYNAMIC_TYPE_TMP_BUFFER);
|
||||
#endif
|
||||
|
||||
#undef KB_SIZE
|
||||
|
||||
if (err != MP_OKAY)
|
||||
return err;
|
||||
|
||||
#undef KB_SIZE
|
||||
|
||||
return ecc_map(R, modulus, mp);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user