From 627df1f3d6dd11d90547009b89c6418178a3f1dc Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Sun, 17 Aug 2025 13:21:49 -0600 Subject: [PATCH] Ignore ec_arithmetic test --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c83a56d..03f44eb 100644 --- a/.gitignore +++ b/.gitignore @@ -108,6 +108,7 @@ tests/constraints* tests/crypto_test* tests/ctlog.conf tests/*.crt +tests/ec_arithmetic* tests/ec_point_conversion* tests/ecc_cdh* tests/evp_pkey_cleanup*