Merge pull request #1810 from quinnmiller1997/fp_mul_comba_7-typo

Fixed typo in fp_mul_comba_7
pull/1804/merge
David Garske 2018-09-05 19:43:47 -07:00 committed by GitHub
commit a7821e0d6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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