summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/hidden/openssl/bn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/hidden/openssl/bn.h')
-rw-r--r--src/lib/libcrypto/hidden/openssl/bn.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/lib/libcrypto/hidden/openssl/bn.h b/src/lib/libcrypto/hidden/openssl/bn.h
index f6f00cf766..af3465c790 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.6 2024/03/02 09:27:31 tb Exp $ */ 1/* $OpenBSD: bn.h,v 1.7 2024/04/10 14:58:06 beck Exp $ */
2/* 2/*
3 * Copyright (c) 2023 Bob Beck <beck@openbsd.org> 3 * Copyright (c) 2023 Bob Beck <beck@openbsd.org>
4 * 4 *
@@ -136,5 +136,10 @@ LCRYPTO_USED(BN_get_rfc3526_prime_4096);
136LCRYPTO_USED(BN_get_rfc3526_prime_6144); 136LCRYPTO_USED(BN_get_rfc3526_prime_6144);
137LCRYPTO_USED(BN_get_rfc3526_prime_8192); 137LCRYPTO_USED(BN_get_rfc3526_prime_8192);
138LCRYPTO_USED(ERR_load_BN_strings); 138LCRYPTO_USED(ERR_load_BN_strings);
139LCRYPTO_UNUSED(BN_div);
140LCRYPTO_UNUSED(BN_mod_exp);
141LCRYPTO_UNUSED(BN_mod_exp_mont);
142LCRYPTO_UNUSED(BN_gcd);
143LCRYPTO_UNUSED(BN_mod_inverse);
139 144
140#endif /* _LIBCRYPTO_BN_H */ 145#endif /* _LIBCRYPTO_BN_H */