From 57f346841bd09face7410a6d4329996b22855001 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sun, 20 Oct 2024 10:28:23 +0000 Subject: zap an empty line --- src/lib/libcrypto/ec/ec_curve.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') 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 @@ -/* $OpenBSD: ec_curve.c,v 1.46 2024/10/18 18:03:45 tb Exp $ */ +/* $OpenBSD: ec_curve.c,v 1.47 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; -- cgit v1.2.3-55-g6feb