diff options
Diffstat (limited to 'src/lib/libcrypto/ec/ec_local.h')
-rw-r--r-- | src/lib/libcrypto/ec/ec_local.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/ec/ec_local.h b/src/lib/libcrypto/ec/ec_local.h index 3252eeb1c8..6ea78eaac4 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.26 2023/07/28 15:50:33 tb Exp $ */ | 1 | /* $OpenBSD: ec_local.h,v 1.27 2023/11/29 21:35:57 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 | */ |
@@ -223,7 +223,6 @@ struct ec_group_st { | |||
223 | 223 | ||
224 | struct ec_key_st { | 224 | struct ec_key_st { |
225 | const EC_KEY_METHOD *meth; | 225 | const EC_KEY_METHOD *meth; |
226 | ENGINE *engine; | ||
227 | 226 | ||
228 | int version; | 227 | int version; |
229 | 228 | ||