diff options
Diffstat (limited to 'src/lib/libcrypto/ec/ec.h')
| -rw-r--r-- | src/lib/libcrypto/ec/ec.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/ec/ec.h b/src/lib/libcrypto/ec/ec.h index 4f5d33226e..6d8d9dfb07 100644 --- a/src/lib/libcrypto/ec/ec.h +++ b/src/lib/libcrypto/ec/ec.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ec.h,v 1.51 2025/03/09 15:35:40 tb Exp $ */ | 1 | /* $OpenBSD: ec.h,v 1.52 2025/03/09 15:37:31 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 | */ |
| @@ -214,8 +214,6 @@ int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *n, | |||
| 214 | size_t num, const EC_POINT *p[], const BIGNUM *m[], BN_CTX *ctx); | 214 | size_t num, const EC_POINT *p[], const BIGNUM *m[], BN_CTX *ctx); |
| 215 | int EC_POINT_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *n, | 215 | int EC_POINT_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *n, |
| 216 | const EC_POINT *q, const BIGNUM *m, BN_CTX *ctx); | 216 | const EC_POINT *q, const BIGNUM *m, BN_CTX *ctx); |
| 217 | int EC_GROUP_precompute_mult(EC_GROUP *group, BN_CTX *ctx); | ||
| 218 | int EC_GROUP_have_precompute_mult(const EC_GROUP *group); | ||
| 219 | 217 | ||
| 220 | int EC_GROUP_get_basis_type(const EC_GROUP *); | 218 | int EC_GROUP_get_basis_type(const EC_GROUP *); |
| 221 | 219 | ||
