From 8af017c4e7dd8e8ee124c5cb7bc8370f1f2d179c Mon Sep 17 00:00:00 2001 From: tb <> Date: Tue, 7 Jan 2025 08:52:17 +0000 Subject: Remove stale comment about methods and members --- src/lib/libcrypto/ec/ec_local.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/lib/libcrypto/ec/ec_local.h b/src/lib/libcrypto/ec/ec_local.h index 49442786e7..5949908991 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.53 2025/01/07 08:30:52 tb Exp $ */ +/* $OpenBSD: ec_local.h,v 1.54 2025/01/07 08:52:17 tb Exp $ */ /* * Originally written by Bodo Moeller for the OpenSSL project. */ @@ -159,11 +159,6 @@ struct ec_group_st { unsigned char *seed; size_t seed_len; - /* - * Internal methods and members. Handled by the method functions, even - * if they appear to be generic. - */ - /* * Coefficients of the Weierstrass equation y^2 = x^3 + a*x + b (mod p). */ -- cgit v1.2.3-55-g6feb