From: tb Date: Sun, 20 Oct 2024 10:28:23 +0000 (+0000) Subject: zap an empty line X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=ea1af7b54730f42c03d9dddb2996567745496ea8;p=openbsd zap an empty line --- 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;