execute undef before checking and return

This commit is contained in:
kaleb-himes
2016-01-05 07:35:28 -07:00
parent fcfef59c43
commit 699597bb21

View File

@@ -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);
}