Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
dfaranha committed Sep 12, 2024
1 parent c88074a commit ecb5069
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_cp.c
Original file line number Diff line number Diff line change
Expand Up @@ -2496,7 +2496,7 @@ int main(void) {
}

util_banner("Tests for the CP module", 0);
#if 0

#if defined(WITH_BN)
util_banner("Protocols based on integer factorization:\n", 0);
if (rsa() != RLC_OK) {
Expand Down Expand Up @@ -2586,7 +2586,7 @@ int main(void) {
}
}
#endif
#endif

#if defined(WITH_PC)
util_banner("Protocols based on pairings:\n", 0);
if (pc_param_set_any() == RLC_OK) {
Expand Down

0 comments on commit ecb5069

Please sign in to comment.