From ea1af7b54730f42c03d9dddb2996567745496ea8 Mon Sep 17 00:00:00 2001 From: tb Date: Sun, 20 Oct 2024 10:28:23 +0000 Subject: [PATCH] zap an empty line --- lib/libcrypto/ec/ec_curve.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/libcrypto/ec/ec_curve.c b/lib/libcrypto/ec/ec_curve.c index 6d7eea81cf8..2c6e251e7d2 100644 --- a/lib/libcrypto/ec/ec_curve.c +++ b/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; -- 2.20.1