diff options
Diffstat (limited to 'src/lib/libcrypto/ec/ec_local.h')
-rw-r--r-- | src/lib/libcrypto/ec/ec_local.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/ec/ec_local.h b/src/lib/libcrypto/ec/ec_local.h index d178665c1f..c0689a3c3e 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.15 2023/06/24 17:18:15 jsing Exp $ */ | 1 | /* $OpenBSD: ec_local.h,v 1.16 2023/06/24 17:49:44 jsing 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 | */ |
@@ -209,8 +209,6 @@ struct ec_group_st { | |||
209 | * if they appear to be generic. | 209 | * if they appear to be generic. |
210 | */ | 210 | */ |
211 | 211 | ||
212 | EC_EXTRA_DATA *extra_data; | ||
213 | |||
214 | /* | 212 | /* |
215 | * Field specification. For GF(p) this is the modulus; for GF(2^m), | 213 | * Field specification. For GF(p) this is the modulus; for GF(2^m), |
216 | * this is the irreducible polynomial defining the field. | 214 | * this is the irreducible polynomial defining the field. |