diff options
Diffstat (limited to 'include/libssh')
| -rw-r--r-- | include/libssh/crypto.h | 2 |
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, |
