1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-11-21 14:00:51 +03:00

delete cast5 - null-cipher mapping

This commit is contained in:
Viktor Szakats
2022-10-22 08:50:32 +00:00
committed by Viktor Szakats
parent f1d60b1fb3
commit b542466c72

View File

@@ -377,7 +377,6 @@ typedef enum {
#ifdef MBEDTLS_CIPHER_ARC4_128
#define _libssh2_cipher_arcfour MBEDTLS_CIPHER_ARC4_128
#endif
#define _libssh2_cipher_cast5 MBEDTLS_CIPHER_NULL
#define _libssh2_cipher_3des MBEDTLS_CIPHER_DES_EDE3_CBC