diff options
-rw-r--r-- | src/lib/libcrypto/ec/ec_local.h | 6 |
1 files changed, 1 insertions, 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 @@ | |||
1 | /* $OpenBSD: ec_local.h,v 1.59 2025/01/11 15:26:07 tb Exp $ */ | 1 | /* $OpenBSD: ec_local.h,v 1.60 2025/01/11 15:32:36 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Originally written by Bodo Moeller for the OpenSSL project. | 3 | * Originally written by Bodo Moeller for the OpenSSL project. |
4 | */ | 4 | */ |
@@ -131,10 +131,6 @@ struct ec_method_st { | |||
131 | } /* EC_METHOD */; | 131 | } /* EC_METHOD */; |
132 | 132 | ||
133 | struct ec_group_st { | 133 | struct ec_group_st { |
134 | /* | ||
135 | * Methods and members exposed via the public API. | ||
136 | */ | ||
137 | |||
138 | const EC_METHOD *meth; | 134 | const EC_METHOD *meth; |
139 | 135 | ||
140 | EC_POINT *generator; /* Optional */ | 136 | EC_POINT *generator; /* Optional */ |