diff options
author | tb <> | 2023-07-29 03:13:38 +0000 |
---|---|---|
committer | tb <> | 2023-07-29 03:13:38 +0000 |
commit | 7e55be713d85a63f1054b277cbc100a4f1020189 (patch) | |
tree | 938d25d9355cf056aaa3f3035364d79ae9978b28 /src/lib/libcrypto/hidden/openssl/bn.h | |
parent | 00bf7beed86fca5b7c77bcd7e6f6fcc8bd9a5f1c (diff) | |
download | openbsd-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.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 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); | |||
42 | LCRYPTO_USED(BN_zero); | 42 | LCRYPTO_USED(BN_zero); |
43 | LCRYPTO_USED(BN_one); | 43 | LCRYPTO_USED(BN_one); |
44 | LCRYPTO_USED(BN_value_one); | 44 | LCRYPTO_USED(BN_value_one); |
45 | LCRYPTO_USED(BN_options); | ||
46 | LCRYPTO_USED(BN_CTX_new); | 45 | LCRYPTO_USED(BN_CTX_new); |
47 | LCRYPTO_USED(BN_CTX_free); | 46 | LCRYPTO_USED(BN_CTX_free); |
48 | LCRYPTO_USED(BN_CTX_start); | 47 | LCRYPTO_USED(BN_CTX_start); |