From: Bodo Möller Date: Sun, 11 Mar 2001 12:30:52 +0000 (+0000) Subject: Timings are not supposed to be enabled by default ... X-Git-Tag: OpenSSL-engine-0_9_6a-beta2~3^2~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6017e604f8367050d377af766e4242564675f774;p=openssl Timings are not supposed to be enabled by default ... --- 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);