summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2023-04-18 15:28:17 +0000
committertb <>2023-04-18 15:28:17 +0000
commitfa0eef3357053f44676cc3e2789df44e2b301f22 (patch)
tree3b94d45ef9c798d24c30173423444856b3e226a6
parent9a241ee28f4184da8f5548a536107e71506288b4 (diff)
downloadopenbsd-fa0eef3357053f44676cc3e2789df44e2b301f22.tar.gz
openbsd-fa0eef3357053f44676cc3e2789df44e2b301f22.tar.bz2
openbsd-fa0eef3357053f44676cc3e2789df44e2b301f22.zip
ectest: Remove #if 1
-rw-r--r--src/regress/lib/libcrypto/ec/ectest.c4
1 files changed, 1 insertions, 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 @@
1/* $OpenBSD: ectest.c,v 1.18 2023/04/18 15:20:34 tb Exp $ */ 1/* $OpenBSD: ectest.c,v 1.19 2023/04/18 15:28:17 tb Exp $ */
2/* crypto/ec/ectest.c */ 2/* crypto/ec/ectest.c */
3/* 3/*
4 * Originally written by Bodo Moeller for the OpenSSL project. 4 * Originally written by Bodo Moeller for the OpenSSL project.
@@ -181,11 +181,9 @@ prime_field_tests(void)
181 size_t i, len; 181 size_t i, len;
182 int k; 182 int k;
183 183
184#if 1 /* optional */
185 ctx = BN_CTX_new(); 184 ctx = BN_CTX_new();
186 if (!ctx) 185 if (!ctx)
187 ABORT; 186 ABORT;
188#endif
189 187
190 p = BN_new(); 188 p = BN_new();
191 a = BN_new(); 189 a = BN_new();