summaryrefslogtreecommitdiff
path: root/ssh.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-08-12 22:40:24 +1000
committerDarren Tucker <dtucker@zip.com.au>2004-08-12 22:40:24 +1000
commit5cb30ad2ec4fe129e6d2e440eb2eba1c01f71661 (patch)
treea302142d8453f6d9387dae1d6c78e1351d6780b6 /ssh.c
parent6832b83744b807437488d7e122128f9b363dac43 (diff)
- markus@cvs.openbsd.org 2004/07/28 09:40:29
[auth.c auth1.c auth2.c cipher.c cipher.h key.c session.c ssh.c sshconnect1.c] more s/illegal/invalid/
Diffstat (limited to 'ssh.c')
-rw-r--r--ssh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh.c b/ssh.c
index 6dff591f1..edf8f2c5e 100644
--- a/ssh.c
+++ b/ssh.c
@@ -40,7 +40,7 @@
40 */ 40 */
41 41
42#include "includes.h" 42#include "includes.h"
43RCSID("$OpenBSD: ssh.c,v 1.223 2004/07/11 17:48:47 deraadt Exp $"); 43RCSID("$OpenBSD: ssh.c,v 1.224 2004/07/28 09:40:29 markus Exp $");
44 44
45#include <openssl/evp.h> 45#include <openssl/evp.h>
46#include <openssl/err.h> 46#include <openssl/err.h>
@@ -344,7 +344,7 @@ again:
344 if (ciphers_valid(optarg)) { 344 if (ciphers_valid(optarg)) {
345 /* SSH2 only */ 345 /* SSH2 only */
346 options.ciphers = xstrdup(optarg); 346 options.ciphers = xstrdup(optarg);
347 options.cipher = SSH_CIPHER_ILLEGAL; 347 options.cipher = SSH_CIPHER_INVALID;
348 } else { 348 } else {
349 /* SSH1 only */ 349 /* SSH1 only */
350 options.cipher = cipher_number(optarg); 350 options.cipher = cipher_number(optarg);