diff options
author | Aris Adamantiadis <aris@0xbadc0de.be> | 2010-02-09 22:24:04 +0100 |
---|---|---|
committer | Aris Adamantiadis <aris@0xbadc0de.be> | 2010-02-09 22:24:04 +0100 |
commit | fdfd12716e14d575a00bb5ce4289ac7984a227ba (patch) | |
tree | dbb0c424846cd579620beeca0e9ff334644f628c /libssh/kex.c | |
parent | dc0d945f28fd3ff8f7c4cf90abeb6853b75b4aec (diff) | |
download | libssh-fdfd12716e14d575a00bb5ce4289ac7984a227ba.tar.gz libssh-fdfd12716e14d575a00bb5ce4289ac7984a227ba.tar.xz libssh-fdfd12716e14d575a00bb5ce4289ac7984a227ba.zip |
aes128-ctr aes192-ctr aes256-ctr for libgcrypt
Diffstat (limited to 'libssh/kex.c')
-rw-r--r-- | libssh/kex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libssh/kex.c b/libssh/kex.c index d0753b8..5d1c9cb 100644 --- a/libssh/kex.c +++ b/libssh/kex.c @@ -44,7 +44,7 @@ #ifdef HAVE_LIBGCRYPT #define BLOWFISH "blowfish-cbc," -#define AES "aes256-cbc,aes192-cbc,aes128-cbc," +#define AES "aes256-ctr,aes192-ctr,aes128-ctr,aes256-cbc,aes192-cbc,aes128-cbc," #define DES "3des-cbc" #elif defined HAVE_LIBCRYPTO #ifdef HAVE_OPENSSL_BLOWFISH_H |