summaryrefslogtreecommitdiff
path: root/src/regress/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib')
-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();