Fixed typo in fp_mul_comba_7

This commit is contained in:
Quinn Miller
2018-09-05 14:51:50 -06:00
parent 5ee09f77a1
commit b8605fa544

View File

@ -104,4 +104,4 @@ int fp_mul_comba7(fp_int *A, fp_int *B, fp_int *C)
#endif
return FP_OKAY;
}
#ennif
#endif