diff options
| author | tb <> | 2025-03-09 15:37:31 +0000 |
|---|---|---|
| committer | tb <> | 2025-03-09 15:37:31 +0000 |
| commit | 6bee4b83725b153b6d7208954ada4af2402d16da (patch) | |
| tree | 5930f125df0151d4717d5aeb5b68d51f92ec06a5 /src/lib/libcrypto/hidden | |
| parent | 4ddad434176a7ad7ea0ce3b49407fb745e911351 (diff) | |
| download | openbsd-6bee4b83725b153b6d7208954ada4af2402d16da.tar.gz openbsd-6bee4b83725b153b6d7208954ada4af2402d16da.tar.bz2 openbsd-6bee4b83725b153b6d7208954ada4af2402d16da.zip | |
Unexport EC_GROUP_*precompute_mult()
These have been noops for a while and as usual some Perl module was the
only thing "using" it.
ok jsing
Diffstat (limited to 'src/lib/libcrypto/hidden')
| -rw-r--r-- | src/lib/libcrypto/hidden/openssl/ec.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/hidden/openssl/ec.h b/src/lib/libcrypto/hidden/openssl/ec.h index 510b26284f..ada455c089 100644 --- a/src/lib/libcrypto/hidden/openssl/ec.h +++ b/src/lib/libcrypto/hidden/openssl/ec.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ec.h,v 1.9 2025/03/09 15:35:40 tb Exp $ */ | 1 | /* $OpenBSD: ec.h,v 1.10 2025/03/09 15:37:31 tb Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> | 3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> |
| 4 | * | 4 | * |
| @@ -76,8 +76,6 @@ LCRYPTO_USED(EC_POINT_make_affine); | |||
| 76 | LCRYPTO_USED(EC_POINTs_make_affine); | 76 | LCRYPTO_USED(EC_POINTs_make_affine); |
| 77 | LCRYPTO_USED(EC_POINTs_mul); | 77 | LCRYPTO_USED(EC_POINTs_mul); |
| 78 | LCRYPTO_USED(EC_POINT_mul); | 78 | LCRYPTO_USED(EC_POINT_mul); |
| 79 | LCRYPTO_USED(EC_GROUP_precompute_mult); | ||
| 80 | LCRYPTO_USED(EC_GROUP_have_precompute_mult); | ||
| 81 | LCRYPTO_USED(EC_GROUP_get_basis_type); | 79 | LCRYPTO_USED(EC_GROUP_get_basis_type); |
| 82 | LCRYPTO_USED(d2i_ECPKParameters); | 80 | LCRYPTO_USED(d2i_ECPKParameters); |
| 83 | LCRYPTO_USED(i2d_ECPKParameters); | 81 | LCRYPTO_USED(i2d_ECPKParameters); |
