diff options
author | jsing <> | 2023-03-04 14:53:23 +0000 |
---|---|---|
committer | jsing <> | 2023-03-04 14:53:23 +0000 |
commit | bf246b974eb02d76c29ba645bd1d9fb09b1dd1db (patch) | |
tree | 4d95c6add45ff07c32eaeb8d7c4d4a6e6bb04cd0 /src/lib/libcrypto/ec/ec_local.h | |
parent | e93b09fa751b09cd5cd85c041389468b31a87969 (diff) | |
download | openbsd-bf246b974eb02d76c29ba645bd1d9fb09b1dd1db.tar.gz openbsd-bf246b974eb02d76c29ba645bd1d9fb09b1dd1db.tar.bz2 openbsd-bf246b974eb02d76c29ba645bd1d9fb09b1dd1db.zip |
Mop up ECP_NISTZ256_ASM and OPENSSL_NO_EC_NISTP_64_GCC_128 leftovers.
This is `unifdef -m -DOPENSSL_NO_EC_NISTP_64_GCC_128 -UECP_NISTZ256_ASM`
and some manual tidy up.
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 | ||