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_0_9_6a-beta2~17^2~18 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6017e604f8367050d377af766e4242564675f774;p=oweals%2Fopenssl.git 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);