diff options
Diffstat (limited to 'lib/libcrypto/hidden/openssl')
-rw-r--r-- | lib/libcrypto/hidden/openssl/bn.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libcrypto/hidden/openssl/bn.h b/lib/libcrypto/hidden/openssl/bn.h index 9942cf6fc74..1aa5b10d9d6 100644 --- a/lib/libcrypto/hidden/openssl/bn.h +++ b/lib/libcrypto/hidden/openssl/bn.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bn.h,v 1.4 2023/07/29 03:13:38 tb Exp $ */ +/* $OpenBSD: bn.h,v 1.5 2024/03/02 09:24:59 tb Exp $ */ /* * Copyright (c) 2023 Bob Beck <beck@openbsd.org> * @@ -99,7 +99,6 @@ LCRYPTO_USED(BN_exp); LCRYPTO_USED(BN_mod_exp_mont_consttime); LCRYPTO_USED(BN_mod_exp_mont_word); LCRYPTO_USED(BN_mod_exp2_mont); -LCRYPTO_USED(BN_mod_exp_simple); LCRYPTO_USED(BN_mask_bits); LCRYPTO_USED(BN_print_fp); LCRYPTO_USED(BN_print); |