aboutsummaryrefslogtreecommitdiff
path: root/libssh/kex.c
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2010-02-09 22:29:43 +0100
committerAris Adamantiadis <aris@0xbadc0de.be>2010-02-09 22:29:43 +0100
commitc1711243f02e70303849e75b4b212f5b9e6feef4 (patch)
tree6efe300e64d944c8f8f8e7e8d0d79f032c3c4eba /libssh/kex.c
parentfdfd12716e14d575a00bb5ce4289ac7984a227ba (diff)
downloadlibssh-c1711243f02e70303849e75b4b212f5b9e6feef4.tar.gz
libssh-c1711243f02e70303849e75b4b212f5b9e6feef4.tar.xz
libssh-c1711243f02e70303849e75b4b212f5b9e6feef4.zip
aes192-ctr and aes256-ctr working on libcrypto
Diffstat (limited to 'libssh/kex.c')
-rw-r--r--libssh/kex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libssh/kex.c b/libssh/kex.c
index 5d1c9cb0..20982748 100644
--- a/libssh/kex.c
+++ b/libssh/kex.c
@@ -53,7 +53,7 @@
#define BLOWFISH ""
#endif
#ifdef HAVE_OPENSSL_AES_H
-#define AES "aes128-ctr,aes256-cbc,aes192-cbc,aes128-cbc,"
+#define AES "aes256-ctr,aes192-ctr,aes128-ctr,aes256-cbc,aes192-cbc,aes128-cbc,"
#else
#define AES ""
#endif