Skip to content

Commit

Permalink
Fix compilation problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
dfaranha committed Jan 4, 2024
1 parent a7beed7 commit a672d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pp/relic_pp_dbl_k54.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ static void ep9_dbl_basic(fp9_t s, fp9_t rx, fp9_t ry) {
/* Public definitions */
/*============================================================================*/

#if EP_ADD == PROJC || !defined(STRIP)
#if EP_ADD == BASIC || !defined(STRIP)

void pp_dbl_k54_basic(fp54_t l, fp9_t rx, fp9_t ry, const ep_t p) {
fp9_t s, tx, ty;
Expand Down

0 comments on commit a672d5a

Please sign in to comment.