]> andersk Git - openssh.git/blobdiff - ssh.c
- markus@cvs.openbsd.org 2004/07/28 09:40:29
[openssh.git] / ssh.c
diff --git a/ssh.c b/ssh.c
index 6dff591f115452675763608f135ae8437317c6b5..edf8f2c5ebece1119d54b8c2353ad32702a79b25 100644 (file)
--- a/ssh.c
+++ b/ssh.c
@@ -40,7 +40,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: ssh.c,v 1.223 2004/07/11 17:48:47 deraadt Exp $");
+RCSID("$OpenBSD: ssh.c,v 1.224 2004/07/28 09:40:29 markus Exp $");
 
 #include <openssl/evp.h>
 #include <openssl/err.h>
@@ -344,7 +344,7 @@ again:
                        if (ciphers_valid(optarg)) {
                                /* SSH2 only */
                                options.ciphers = xstrdup(optarg);
-                               options.cipher = SSH_CIPHER_ILLEGAL;
+                               options.cipher = SSH_CIPHER_INVALID;
                        } else {
                                /* SSH1 only */
                                options.cipher = cipher_number(optarg);
This page took 0.025795 seconds and 4 git commands to generate.