artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecadb02
)
zap an empty line
author
tb
<tb@openbsd.org>
Sun, 20 Oct 2024 10:28:23 +0000
(10:28 +0000)
committer
tb
<tb@openbsd.org>
Sun, 20 Oct 2024 10:28:23 +0000
(10:28 +0000)
lib/libcrypto/ec/ec_curve.c
patch
|
blob
|
history
diff --git
a/lib/libcrypto/ec/ec_curve.c
b/lib/libcrypto/ec/ec_curve.c
index
6d7eea8
..
2c6e251
100644
(file)
--- a/
lib/libcrypto/ec/ec_curve.c
+++ b/
lib/libcrypto/ec/ec_curve.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: ec_curve.c,v 1.4
6 2024/10/18 18:03:45
tb Exp $ */
+/* $OpenBSD: ec_curve.c,v 1.4
7 2024/10/20 10:28:23
tb Exp $ */
/*
* Written by Nils Larsch for the OpenSSL project.
*/
@@
-2665,7
+2665,6
@@
ec_group_is_builtin_curve(const EC_GROUP *group)
if ((curve = ec_curve_from_group(group)) == NULL)
goto err;
-
if (ec_group_nid_from_curve(curve) == NID_undef)
goto err;