summaryrefslogtreecommitdiff
path: root/ssh.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.c')
-rw-r--r--ssh.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ssh.c b/ssh.c
index c46243462..2dfc2b02f 100644
--- a/ssh.c
+++ b/ssh.c
@@ -11,7 +11,7 @@
11 */ 11 */
12 12
13#include "includes.h" 13#include "includes.h"
14RCSID("$Id: ssh.c,v 1.29 2000/05/01 10:59:51 damien Exp $"); 14RCSID("$Id: ssh.c,v 1.30 2000/05/09 01:03:02 damien Exp $");
15 15
16#include <openssl/evp.h> 16#include <openssl/evp.h>
17#include <openssl/dsa.h> 17#include <openssl/dsa.h>
@@ -367,6 +367,7 @@ main(int ac, char **av)
367 if (ciphers_valid(optarg)) { 367 if (ciphers_valid(optarg)) {
368 /* SSH2 only */ 368 /* SSH2 only */
369 options.ciphers = xstrdup(optarg); 369 options.ciphers = xstrdup(optarg);
370 options.cipher = SSH_CIPHER_ILLEGAL;
370 } else { 371 } else {
371 /* SSH1 only */ 372 /* SSH1 only */
372 options.cipher = cipher_number(optarg); 373 options.cipher = cipher_number(optarg);