mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-11-30 13:01:23 +03:00
crypto: old-fashioned aes_ctr when evp_aes_ctr is missing
This commit is contained in:
@@ -124,6 +124,7 @@ struct ssh_cipher_struct {
|
||||
gcry_cipher_hd_t *key;
|
||||
#elif defined HAVE_LIBCRYPTO
|
||||
struct ssh_3des_key_schedule *des3_key;
|
||||
struct ssh_aes_key_schedule *aes_key;
|
||||
const EVP_CIPHER *cipher;
|
||||
EVP_CIPHER_CTX ctx;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user