From 6017e604f8367050d377af766e4242564675f774 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Sun, 11 Mar 2001 12:30:52 +0000 Subject: [PATCH] Timings are not supposed to be enabled by default ... --- crypto/ec/ectest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/ec/ectest.c b/crypto/ec/ectest.c index 1ccc9ab8c5..82df606a34 100644 --- a/crypto/ec/ectest.c +++ b/crypto/ec/ectest.c @@ -577,7 +577,7 @@ int main(int argc, char *argv[]) } -#if 1 +#if 0 timings(P_192, 0, ctx); timings(P_192, 1, ctx); timings(P_224, 0, ctx); -- 2.25.1