diff options
| author | tb <> | 2024-03-02 10:08:29 +0000 |
|---|---|---|
| committer | tb <> | 2024-03-02 10:08:29 +0000 |
| commit | 6952f7a4dea03a42ca5c0da4f3344dd7ddaf041e (patch) | |
| tree | 5621076853590b3776629206e0ae7c26d34085ad /src/lib/libcrypto/Symbols.list | |
| parent | 705576b96a445d220b98a9940401456c7bf52a10 (diff) | |
| download | openbsd-6952f7a4dea03a42ca5c0da4f3344dd7ddaf041e.tar.gz openbsd-6952f7a4dea03a42ca5c0da4f3344dd7ddaf041e.tar.bz2 openbsd-6952f7a4dea03a42ca5c0da4f3344dd7ddaf041e.zip | |
Make legacy cipher methods internal
These are ASN.1 handlers for CIPHERs, still used by CMS and its
predecessors. They should never have been public.
ok jsing
Diffstat (limited to 'src/lib/libcrypto/Symbols.list')
| -rw-r--r-- | src/lib/libcrypto/Symbols.list | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/libcrypto/Symbols.list b/src/lib/libcrypto/Symbols.list index 28f115da06..3d8f456389 100644 --- a/src/lib/libcrypto/Symbols.list +++ b/src/lib/libcrypto/Symbols.list | |||
| @@ -1181,12 +1181,10 @@ EVP_CIPHER_CTX_set_iv | |||
| 1181 | EVP_CIPHER_CTX_set_key_length | 1181 | EVP_CIPHER_CTX_set_key_length |
| 1182 | EVP_CIPHER_CTX_set_padding | 1182 | EVP_CIPHER_CTX_set_padding |
| 1183 | EVP_CIPHER_CTX_test_flags | 1183 | EVP_CIPHER_CTX_test_flags |
| 1184 | EVP_CIPHER_asn1_to_param | ||
| 1185 | EVP_CIPHER_block_size | 1184 | EVP_CIPHER_block_size |
| 1186 | EVP_CIPHER_do_all | 1185 | EVP_CIPHER_do_all |
| 1187 | EVP_CIPHER_do_all_sorted | 1186 | EVP_CIPHER_do_all_sorted |
| 1188 | EVP_CIPHER_flags | 1187 | EVP_CIPHER_flags |
| 1189 | EVP_CIPHER_get_asn1_iv | ||
| 1190 | EVP_CIPHER_iv_length | 1188 | EVP_CIPHER_iv_length |
| 1191 | EVP_CIPHER_key_length | 1189 | EVP_CIPHER_key_length |
| 1192 | EVP_CIPHER_meth_dup | 1190 | EVP_CIPHER_meth_dup |
| @@ -1202,8 +1200,6 @@ EVP_CIPHER_meth_set_init | |||
| 1202 | EVP_CIPHER_meth_set_iv_length | 1200 | EVP_CIPHER_meth_set_iv_length |
| 1203 | EVP_CIPHER_meth_set_set_asn1_params | 1201 | EVP_CIPHER_meth_set_set_asn1_params |
| 1204 | EVP_CIPHER_nid | 1202 | EVP_CIPHER_nid |
| 1205 | EVP_CIPHER_param_to_asn1 | ||
| 1206 | EVP_CIPHER_set_asn1_iv | ||
| 1207 | EVP_CIPHER_type | 1203 | EVP_CIPHER_type |
| 1208 | EVP_Cipher | 1204 | EVP_Cipher |
| 1209 | EVP_CipherFinal | 1205 | EVP_CipherFinal |
