From 08554dfc99dfef7b2f4fefeadc3c93d11486bca8 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 11 Jan 2025 15:32:36 +0000 Subject: Remove a weird comment --- src/lib/libcrypto/ec/ec_local.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/lib/libcrypto/ec/ec_local.h b/src/lib/libcrypto/ec/ec_local.h index ecb81fc50b..3f2837596d 100644 --- a/src/lib/libcrypto/ec/ec_local.h +++ b/src/lib/libcrypto/ec/ec_local.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ec_local.h,v 1.59 2025/01/11 15:26:07 tb Exp $ */ +/* $OpenBSD: ec_local.h,v 1.60 2025/01/11 15:32:36 tb Exp $ */ /* * Originally written by Bodo Moeller for the OpenSSL project. */ @@ -131,10 +131,6 @@ struct ec_method_st { } /* EC_METHOD */; struct ec_group_st { - /* - * Methods and members exposed via the public API. - */ - const EC_METHOD *meth; EC_POINT *generator; /* Optional */ -- cgit v1.2.3-55-g6feb