From 5a5bd1401f412a6edcc762b842246d253befc095 Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 28 Jul 2023 10:07:30 +0000 Subject: Remove the get_rfc*_prime_*() API Inconsistently named with the rest of the API, so OpenSSL 1.1 introduced the same functions with a BN_ prefix. We'll keep the latter. ok jsing --- src/lib/libcrypto/hidden/openssl/bn.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'src/lib/libcrypto/hidden') diff --git a/src/lib/libcrypto/hidden/openssl/bn.h b/src/lib/libcrypto/hidden/openssl/bn.h index d58bd10672..cf3d476917 100644 --- a/src/lib/libcrypto/hidden/openssl/bn.h +++ b/src/lib/libcrypto/hidden/openssl/bn.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bn.h,v 1.2 2023/07/28 10:05:16 tb Exp $ */ +/* $OpenBSD: bn.h,v 1.3 2023/07/28 10:07:30 tb Exp $ */ /* * Copyright (c) 2023 Bob Beck * @@ -131,16 +131,8 @@ LCRYPTO_USED(BN_MONT_CTX_free); LCRYPTO_USED(BN_MONT_CTX_set); LCRYPTO_USED(BN_MONT_CTX_copy); LCRYPTO_USED(BN_MONT_CTX_set_locked); -LCRYPTO_USED(get_rfc2409_prime_768); -LCRYPTO_USED(get_rfc2409_prime_1024); LCRYPTO_USED(BN_get_rfc2409_prime_768); LCRYPTO_USED(BN_get_rfc2409_prime_1024); -LCRYPTO_USED(get_rfc3526_prime_1536); -LCRYPTO_USED(get_rfc3526_prime_2048); -LCRYPTO_USED(get_rfc3526_prime_3072); -LCRYPTO_USED(get_rfc3526_prime_4096); -LCRYPTO_USED(get_rfc3526_prime_6144); -LCRYPTO_USED(get_rfc3526_prime_8192); LCRYPTO_USED(BN_get_rfc3526_prime_1536); LCRYPTO_USED(BN_get_rfc3526_prime_2048); LCRYPTO_USED(BN_get_rfc3526_prime_3072); -- cgit v1.2.3-55-g6feb