From: tb Date: Tue, 18 Apr 2023 15:28:17 +0000 (+0000) Subject: ectest: Remove #if 1 X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=2b86fced4a92ae0716de4a0cf08284f6b6ae6805;p=openbsd ectest: Remove #if 1 --- diff --git a/regress/lib/libcrypto/ec/ectest.c b/regress/lib/libcrypto/ec/ectest.c index 0ea16b6af64..f90263dc2f4 100644 --- a/regress/lib/libcrypto/ec/ectest.c +++ b/regress/lib/libcrypto/ec/ectest.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ectest.c,v 1.18 2023/04/18 15:20:34 tb Exp $ */ +/* $OpenBSD: ectest.c,v 1.19 2023/04/18 15:28:17 tb Exp $ */ /* crypto/ec/ectest.c */ /* * Originally written by Bodo Moeller for the OpenSSL project. @@ -181,11 +181,9 @@ prime_field_tests(void) size_t i, len; int k; -#if 1 /* optional */ ctx = BN_CTX_new(); if (!ctx) ABORT; -#endif p = BN_new(); a = BN_new();