summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/hidden/openssl/bn.h
diff options
context:
space:
mode:
authortb <>2023-07-29 03:13:38 +0000
committertb <>2023-07-29 03:13:38 +0000
commit7e55be713d85a63f1054b277cbc100a4f1020189 (patch)
tree938d25d9355cf056aaa3f3035364d79ae9978b28 /src/lib/libcrypto/hidden/openssl/bn.h
parent00bf7beed86fca5b7c77bcd7e6f6fcc8bd9a5f1c (diff)
downloadopenbsd-7e55be713d85a63f1054b277cbc100a4f1020189.tar.gz
openbsd-7e55be713d85a63f1054b277cbc100a4f1020189.tar.bz2
openbsd-7e55be713d85a63f1054b277cbc100a4f1020189.zip
Remove {BN,idea}_options() leftovers
Some *_options() prototypes were left behind in headers. I will remove them after my amd64 ports bulk completes.
Diffstat (limited to 'src/lib/libcrypto/hidden/openssl/bn.h')
-rw-r--r--src/lib/libcrypto/hidden/openssl/bn.h3
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 cf3d476917..9942cf6fc7 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.3 2023/07/28 10:07:30 tb Exp $ */ 1/* $OpenBSD: bn.h,v 1.4 2023/07/29 03:13:38 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2023 Bob Beck <beck@openbsd.org> 3 * Copyright (c) 2023 Bob Beck <beck@openbsd.org>
4 * 4 *
@@ -42,7 +42,6 @@ LCRYPTO_USED(BN_is_odd);
42LCRYPTO_USED(BN_zero); 42LCRYPTO_USED(BN_zero);
43LCRYPTO_USED(BN_one); 43LCRYPTO_USED(BN_one);
44LCRYPTO_USED(BN_value_one); 44LCRYPTO_USED(BN_value_one);
45LCRYPTO_USED(BN_options);
46LCRYPTO_USED(BN_CTX_new); 45LCRYPTO_USED(BN_CTX_new);
47LCRYPTO_USED(BN_CTX_free); 46LCRYPTO_USED(BN_CTX_free);
48LCRYPTO_USED(BN_CTX_start); 47LCRYPTO_USED(BN_CTX_start);