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