diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2023-07-29 03:13:39 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2023-07-29 03:13:39 +0000 |
commit | d7f957e453df6b4151101381ee4f4c0f37f283f6 (patch) | |
tree | 0859d6df16da945491e8061faf5b2053aa44240f /lib/libcrypto/Symbols.namespace | |
parent | ee90c11abd67db63ed8bc5985235d6fc6b3d1018 (diff) |
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 'lib/libcrypto/Symbols.namespace')
-rw-r--r-- | lib/libcrypto/Symbols.namespace | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libcrypto/Symbols.namespace b/lib/libcrypto/Symbols.namespace index 3493ad8934b..ae8fb7c8ad2 100644 --- a/lib/libcrypto/Symbols.namespace +++ b/lib/libcrypto/Symbols.namespace @@ -1986,7 +1986,6 @@ _libre_CAST_decrypt _libre_CAST_cbc_encrypt _libre_CAST_cfb64_encrypt _libre_CAST_ofb64_encrypt -_libre_idea_options _libre_idea_ecb_encrypt _libre_idea_set_encrypt_key _libre_idea_set_decrypt_key @@ -2188,7 +2187,6 @@ _libre_BN_is_odd _libre_BN_zero _libre_BN_one _libre_BN_value_one -_libre_BN_options _libre_BN_CTX_new _libre_BN_CTX_free _libre_BN_CTX_start |