diff options
Diffstat (limited to 'src/lib/libcrypto/ec/ec_local.h')
-rw-r--r-- | src/lib/libcrypto/ec/ec_local.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/libcrypto/ec/ec_local.h b/src/lib/libcrypto/ec/ec_local.h index e1240bf6a8..3137c76361 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.2 2023/03/04 14:38:00 jsing Exp $ */ | 1 | /* $OpenBSD: ec_local.h,v 1.3 2023/03/04 14:53:23 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 | */ |
@@ -459,9 +459,6 @@ int ec_GFp_nistp256_points_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM | |||
459 | int ec_GFp_nistp256_precompute_mult(EC_GROUP *group, BN_CTX *ctx); | 459 | int ec_GFp_nistp256_precompute_mult(EC_GROUP *group, BN_CTX *ctx); |
460 | int ec_GFp_nistp256_have_precompute_mult(const EC_GROUP *group); | 460 | int ec_GFp_nistp256_have_precompute_mult(const EC_GROUP *group); |
461 | 461 | ||
462 | #ifdef ECP_NISTZ256_ASM | ||
463 | const EC_METHOD *EC_GFp_nistz256_method(void); | ||
464 | #endif | ||
465 | 462 | ||
466 | /* EC_METHOD definitions */ | 463 | /* EC_METHOD definitions */ |
467 | 464 | ||