]> andersk Git - openssh.git/blobdiff - ssh.c
- OpenBSD CVS update
[openssh.git] / ssh.c
diff --git a/ssh.c b/ssh.c
index 21ef4ec7495eb395ebf16ad0d7cb7ba6d2a76de9..499a901ddf43f667ed9e7df532a9cf0bcf880aac 100644 (file)
--- a/ssh.c
+++ b/ssh.c
@@ -367,6 +367,7 @@ main(int ac, char **av)
                        if (ciphers_valid(optarg)) {
                                /* SSH2 only */
                                options.ciphers = xstrdup(optarg);
+                               options.cipher = SSH_CIPHER_ILLEGAL;
                        } else {
                                /* SSH1 only */
                                options.cipher = cipher_number(optarg);
This page took 0.130296 seconds and 4 git commands to generate.