aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/crypto.h
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2015-09-25 08:52:38 +0200
committerAris Adamantiadis <aris@0xbadc0de.be>2015-09-25 08:52:38 +0200
commitd46fe6a51c0e18a3d23e05c7cc81186acc319271 (patch)
tree296c861204fccd0ce046339b8915dba1184753f2 /include/libssh/crypto.h
parente83b4e8129811f8075c6ab4b3ee700fd0c92ffa7 (diff)
downloadlibssh-d46fe6a51c0e18a3d23e05c7cc81186acc319271.tar.gz
libssh-d46fe6a51c0e18a3d23e05c7cc81186acc319271.tar.xz
libssh-d46fe6a51c0e18a3d23e05c7cc81186acc319271.zip
SSH1: fix duplicate identifier
Diffstat (limited to 'include/libssh/crypto.h')
-rw-r--r--include/libssh/crypto.h2
1 files changed, 1 insertions, 1 deletions
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,