diff options
| author | tb <> | 2025-01-07 08:52:17 +0000 |
|---|---|---|
| committer | tb <> | 2025-01-07 08:52:17 +0000 |
| commit | c6a72ea78378e99c829b08e4d16fb63ef636b10e (patch) | |
| tree | 10b49db022841f970a5ece2cacf04e8c98659044 /src | |
| parent | 7430d2975936e60b42b326878d4404f91aebacea (diff) | |
| download | openbsd-c6a72ea78378e99c829b08e4d16fb63ef636b10e.tar.gz openbsd-c6a72ea78378e99c829b08e4d16fb63ef636b10e.tar.bz2 openbsd-c6a72ea78378e99c829b08e4d16fb63ef636b10e.zip | |
Remove stale comment about methods and members
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; |
