summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/ec/ec_curve.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/ec/ec_curve.c b/src/lib/libcrypto/ec/ec_curve.c
index 6d7eea81cf..2c6e251e7d 100644
--- a/src/lib/libcrypto/ec/ec_curve.c
+++ b/src/lib/libcrypto/ec/ec_curve.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ec_curve.c,v 1.46 2024/10/18 18:03:45 tb Exp $ */ 1/* $OpenBSD: ec_curve.c,v 1.47 2024/10/20 10:28:23 tb Exp $ */
2/* 2/*
3 * Written by Nils Larsch for the OpenSSL project. 3 * Written by Nils Larsch for the OpenSSL project.
4 */ 4 */
@@ -2665,7 +2665,6 @@ ec_group_is_builtin_curve(const EC_GROUP *group)
2665 2665
2666 if ((curve = ec_curve_from_group(group)) == NULL) 2666 if ((curve = ec_curve_from_group(group)) == NULL)
2667 goto err; 2667 goto err;
2668
2669 if (ec_group_nid_from_curve(curve) == NID_undef) 2668 if (ec_group_nid_from_curve(curve) == NID_undef)
2670 goto err; 2669 goto err;
2671 2670