From b35763eebd3158c664a4430599eff4543aa370de Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Sun, 17 Nov 2024 10:48:14 +0000 Subject: ec_lib: zap a useless comment --- lib/libcrypto/ec/ec_lib.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/libcrypto/ec/ec_lib.c b/lib/libcrypto/ec/ec_lib.c index 01e21e9eb83..9be8f22222a 100644 --- a/lib/libcrypto/ec/ec_lib.c +++ b/lib/libcrypto/ec/ec_lib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ec_lib.c,v 1.86 2024/11/17 06:33:35 tb Exp $ */ +/* $OpenBSD: ec_lib.c,v 1.87 2024/11/17 10:48:13 tb Exp $ */ /* * Originally written by Bodo Moeller for the OpenSSL project. */ @@ -75,8 +75,6 @@ #include "bn_local.h" #include "ec_local.h" -/* functions for EC_GROUP objects */ - EC_GROUP * EC_GROUP_new(const EC_METHOD *meth) { -- cgit v1.2.3