diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/ec/ec_local.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/ec/ec_local.h b/src/lib/libcrypto/ec/ec_local.h index 9a5c42f866..da706d5324 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.41 2024/12/06 04:35:03 tb Exp $ */ | 1 | /* $OpenBSD: ec_local.h,v 1.42 2024/12/06 15:49:37 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 | */ |
@@ -238,7 +238,7 @@ struct ec_point_st { | |||
238 | } /* EC_POINT */; | 238 | } /* EC_POINT */; |
239 | 239 | ||
240 | /* Compute r = generator * m + point * n in non-constant time. */ | 240 | /* Compute r = generator * m + point * n in non-constant time. */ |
241 | int ec_wNAF_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *m, | 241 | int ec_wnaf_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *m, |
242 | const EC_POINT *point, const BIGNUM *n, BN_CTX *ctx); | 242 | const EC_POINT *point, const BIGNUM *n, BN_CTX *ctx); |
243 | 243 | ||
244 | int ec_group_simple_order_bits(const EC_GROUP *group); | 244 | int ec_group_simple_order_bits(const EC_GROUP *group); |