diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libcrypto/ec/ec_local.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/lib/libcrypto/ec/ec_local.h b/src/lib/libcrypto/ec/ec_local.h index 49442786e7..5949908991 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.53 2025/01/07 08:30:52 tb Exp $ */ | 1 | /* $OpenBSD: ec_local.h,v 1.54 2025/01/07 08:52:17 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 | */ |
| @@ -160,11 +160,6 @@ struct ec_group_st { | |||
| 160 | size_t seed_len; | 160 | size_t seed_len; |
| 161 | 161 | ||
| 162 | /* | 162 | /* |
| 163 | * Internal methods and members. Handled by the method functions, even | ||
| 164 | * if they appear to be generic. | ||
| 165 | */ | ||
| 166 | |||
| 167 | /* | ||
| 168 | * Coefficients of the Weierstrass equation y^2 = x^3 + a*x + b (mod p). | 163 | * Coefficients of the Weierstrass equation y^2 = x^3 + a*x + b (mod p). |
| 169 | */ | 164 | */ |
| 170 | BIGNUM *p; | 165 | BIGNUM *p; |
