diff options
author | tb <> | 2025-01-11 15:32:36 +0000 |
---|---|---|
committer | tb <> | 2025-01-11 15:32:36 +0000 |
commit | 08554dfc99dfef7b2f4fefeadc3c93d11486bca8 (patch) | |
tree | 0fc6b3c1a07cf79659f9883fb150a3f390e774b6 | |
parent | dcb5b6ad7bdcf3cba425ba834efe54dd8220a758 (diff) | |
download | openbsd-08554dfc99dfef7b2f4fefeadc3c93d11486bca8.tar.gz openbsd-08554dfc99dfef7b2f4fefeadc3c93d11486bca8.tar.bz2 openbsd-08554dfc99dfef7b2f4fefeadc3c93d11486bca8.zip |
Remove a weird comment
-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 */ |