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/idea.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/idea.h')
-rw-r--r-- | src/lib/libcrypto/hidden/openssl/idea.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/hidden/openssl/idea.h b/src/lib/libcrypto/hidden/openssl/idea.h index f8c7caf6a3..93b20a9cc6 100644 --- a/src/lib/libcrypto/hidden/openssl/idea.h +++ b/src/lib/libcrypto/hidden/openssl/idea.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: idea.h,v 1.1 2023/07/08 10:44:00 beck Exp $ */ | 1 | /* $OpenBSD: idea.h,v 1.2 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 | * |
@@ -25,7 +25,6 @@ | |||
25 | #endif | 25 | #endif |
26 | #include "crypto_namespace.h" | 26 | #include "crypto_namespace.h" |
27 | 27 | ||
28 | LCRYPTO_USED(idea_options); | ||
29 | LCRYPTO_USED(idea_ecb_encrypt); | 28 | LCRYPTO_USED(idea_ecb_encrypt); |
30 | LCRYPTO_USED(idea_set_encrypt_key); | 29 | LCRYPTO_USED(idea_set_encrypt_key); |
31 | LCRYPTO_USED(idea_set_decrypt_key); | 30 | LCRYPTO_USED(idea_set_decrypt_key); |