Skip to content

Commit 54ba133

Browse files
committed
fix ecc_tests returning nop
1 parent bbeca92 commit 54ba133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ecc_test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ int ecc_tests(void)
528528
#ifdef LTC_ECC_SHAMIR
529529
DO(_ecc_test_shamir());
530530
#endif
531-
return ecc_test(); /* empty function */
531+
return CRYPT_OK;
532532
}
533533

534534
#endif

0 commit comments

Comments
 (0)