From fa0eef3357053f44676cc3e2789df44e2b301f22 Mon Sep 17 00:00:00 2001 From: tb <> Date: Tue, 18 Apr 2023 15:28:17 +0000 Subject: ectest: Remove #if 1 --- src/regress/lib/libcrypto/ec/ectest.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/regress/lib/libcrypto/ec/ectest.c b/src/regress/lib/libcrypto/ec/ectest.c index 0ea16b6af6..f90263dc2f 100644 --- a/src/regress/lib/libcrypto/ec/ectest.c +++ b/src/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(); -- cgit v1.2.3-55-g6feb