diff options
author | tb <> | 2023-04-18 15:28:17 +0000 |
---|---|---|
committer | tb <> | 2023-04-18 15:28:17 +0000 |
commit | 41758b9dafcd8fa5159b339824c184f36a2593ea (patch) | |
tree | 3b94d45ef9c798d24c30173423444856b3e226a6 | |
parent | 9a6247d4aa689a82c59fb459a1e55f0e2552e1d8 (diff) | |
download | openbsd-41758b9dafcd8fa5159b339824c184f36a2593ea.tar.gz openbsd-41758b9dafcd8fa5159b339824c184f36a2593ea.tar.bz2 openbsd-41758b9dafcd8fa5159b339824c184f36a2593ea.zip |
ectest: Remove #if 1
-rw-r--r-- | src/regress/lib/libcrypto/ec/ectest.c | 4 |
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(); |