From 2b86fced4a92ae0716de4a0cf08284f6b6ae6805 Mon Sep 17 00:00:00 2001 From: tb Date: Tue, 18 Apr 2023 15:28:17 +0000 Subject: [PATCH] ectest: Remove #if 1 --- regress/lib/libcrypto/ec/ectest.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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(); -- 2.20.1