artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bac77f8
)
ectest: Remove #if 1
author
tb
<tb@openbsd.org>
Tue, 18 Apr 2023 15:28:17 +0000
(15:28 +0000)
committer
tb
<tb@openbsd.org>
Tue, 18 Apr 2023 15:28:17 +0000
(15:28 +0000)
regress/lib/libcrypto/ec/ectest.c
patch
|
blob
|
history
diff --git
a/regress/lib/libcrypto/ec/ectest.c
b/regress/lib/libcrypto/ec/ectest.c
index
0ea16b6
..
f90263d
100644
(file)
--- a/
regress/lib/libcrypto/ec/ectest.c
+++ b/
regress/lib/libcrypto/ec/ectest.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: ectest.c,v 1.1
8 2023/04/18 15:20:34
tb Exp $ */
+/* $OpenBSD: ectest.c,v 1.1
9 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();