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/Symbols.namespace | |
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/Symbols.namespace')
-rw-r--r-- | src/lib/libcrypto/Symbols.namespace | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/libcrypto/Symbols.namespace b/src/lib/libcrypto/Symbols.namespace index 3493ad8934..ae8fb7c8ad 100644 --- a/src/lib/libcrypto/Symbols.namespace +++ b/src/lib/libcrypto/Symbols.namespace | |||
@@ -1986,7 +1986,6 @@ _libre_CAST_decrypt | |||
1986 | _libre_CAST_cbc_encrypt | 1986 | _libre_CAST_cbc_encrypt |
1987 | _libre_CAST_cfb64_encrypt | 1987 | _libre_CAST_cfb64_encrypt |
1988 | _libre_CAST_ofb64_encrypt | 1988 | _libre_CAST_ofb64_encrypt |
1989 | _libre_idea_options | ||
1990 | _libre_idea_ecb_encrypt | 1989 | _libre_idea_ecb_encrypt |
1991 | _libre_idea_set_encrypt_key | 1990 | _libre_idea_set_encrypt_key |
1992 | _libre_idea_set_decrypt_key | 1991 | _libre_idea_set_decrypt_key |
@@ -2188,7 +2187,6 @@ _libre_BN_is_odd | |||
2188 | _libre_BN_zero | 2187 | _libre_BN_zero |
2189 | _libre_BN_one | 2188 | _libre_BN_one |
2190 | _libre_BN_value_one | 2189 | _libre_BN_value_one |
2191 | _libre_BN_options | ||
2192 | _libre_BN_CTX_new | 2190 | _libre_BN_CTX_new |
2193 | _libre_BN_CTX_free | 2191 | _libre_BN_CTX_free |
2194 | _libre_BN_CTX_start | 2192 | _libre_BN_CTX_start |