diff options
| author | jsing <> | 2023-06-24 18:21:07 +0000 |
|---|---|---|
| committer | jsing <> | 2023-06-24 18:21:07 +0000 |
| commit | a16df034e4be109d3d0f723c43c11bf00a8da1ce (patch) | |
| tree | b031a7ba16417b9b5e9eee83d98dee0b8140435e /src/lib/libcrypto/ec/ec_local.h | |
| parent | 85449832b5cd61fcf004eccee57d8cd3fb05d84c (diff) | |
| download | openbsd-a16df034e4be109d3d0f723c43c11bf00a8da1ce.tar.gz openbsd-a16df034e4be109d3d0f723c43c11bf00a8da1ce.tar.bz2 openbsd-a16df034e4be109d3d0f723c43c11bf00a8da1ce.zip | |
Remove precompute_mult/have_precompute_mult from EC_METHOD.
These are no longer in use - stub EC_GROUP_precompute_mult() and
EC_GROUP_have_precompute_mult() to match their existing behaviour.
ok tb@
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 c0689a3c3e..caa73bc728 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.16 2023/06/24 17:49:44 jsing Exp $ */ | 1 | /* $OpenBSD: ec_local.h,v 1.17 2023/06/24 18:21:07 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 | */ |
| @@ -145,8 +145,6 @@ struct ec_method_st { | |||
| 145 | int (*mul_double_nonct)(const EC_GROUP *group, EC_POINT *r, | 145 | int (*mul_double_nonct)(const EC_GROUP *group, EC_POINT *r, |
| 146 | const BIGNUM *g_scalar, const BIGNUM *p_scalar, | 146 | const BIGNUM *g_scalar, const BIGNUM *p_scalar, |
| 147 | const EC_POINT *point, BN_CTX *); | 147 | const EC_POINT *point, BN_CTX *); |
| 148 | int (*precompute_mult)(EC_GROUP *group, BN_CTX *); | ||
| 149 | int (*have_precompute_mult)(const EC_GROUP *group); | ||
| 150 | 148 | ||
| 151 | /* | 149 | /* |
| 152 | * Internal methods. | 150 | * Internal methods. |
