From 97ff0b8011f923270c9adb50e24c2b4c4a533238 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 19 Nov 2022 07:29:29 +0000 Subject: Fix an annoying quirk in the EC code Dealing with elliptic curves makes some people think that it would be kind of neat to multiply types with variable names. Sometimes. Only in function definitions. --- src/lib/libcrypto/ec/ec_curve.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libcrypto/ec/ec_curve.c') diff --git a/src/lib/libcrypto/ec/ec_curve.c b/src/lib/libcrypto/ec/ec_curve.c index 1f69d4f1dc..592a367a82 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.23 2022/11/19 07:00:57 tb Exp $ */ +/* $OpenBSD: ec_curve.c,v 1.24 2022/11/19 07:29:29 tb Exp $ */ /* * Written by Nils Larsch for the OpenSSL project. */ @@ -3434,7 +3434,7 @@ EC_GROUP_new_by_curve_name(int nid) } size_t -EC_get_builtin_curves(EC_builtin_curve * r, size_t nitems) +EC_get_builtin_curves(EC_builtin_curve *r, size_t nitems) { size_t i, min; -- cgit v1.2.3-55-g6feb