diff options
author | tb <> | 2025-03-09 15:37:31 +0000 |
---|---|---|
committer | tb <> | 2025-03-09 15:37:31 +0000 |
commit | 2d8c8253cb0e94323b811f37132240ab824ca624 (patch) | |
tree | 5930f125df0151d4717d5aeb5b68d51f92ec06a5 /src/lib/libcrypto/hidden/openssl | |
parent | d0e75df669e616f4e020ff1b663080bf874ecf0b (diff) | |
download | openbsd-2d8c8253cb0e94323b811f37132240ab824ca624.tar.gz openbsd-2d8c8253cb0e94323b811f37132240ab824ca624.tar.bz2 openbsd-2d8c8253cb0e94323b811f37132240ab824ca624.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/openssl')
-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); |