From d46fe6a51c0e18a3d23e05c7cc81186acc319271 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Fri, 25 Sep 2015 08:52:38 +0200 Subject: SSH1: fix duplicate identifier --- include/libssh/crypto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/libssh') diff --git a/include/libssh/crypto.h b/include/libssh/crypto.h index 2e866467..eed93710 100644 --- a/include/libssh/crypto.h +++ b/include/libssh/crypto.h @@ -60,7 +60,7 @@ enum ssh_key_exchange_e { }; enum ssh_cipher_e { - SSH_CIPHER_NONE=0, + SSH_NO_CIPHER=0, SSH_BLOWFISH_CBC, SSH_3DES_CBC, SSH_3DES_CBC_SSH1, -- cgit