summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2024-11-17 10:48:14 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2024-11-17 10:48:14 +0000
commitb35763eebd3158c664a4430599eff4543aa370de (patch)
treee232d6825aee2b9f1ec73e964eb78b3c930abec3
parente0cf24b0a330abe1da4b13841c68fa341dbb3c4f (diff)
ec_lib: zap a useless comment
-rw-r--r--lib/libcrypto/ec/ec_lib.c4
1 files changed, 1 insertions, 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)
{