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 47b581018..f0903c5bc 100644
--- a/ssh.c
+++ b/ssh.c
@@ -39,7 +39,7 @@
39 */ 39 */
40 40
41#include "includes.h" 41#include "includes.h"
42RCSID("$OpenBSD: ssh.c,v 1.145 2001/09/28 15:46:29 markus Exp $"); 42RCSID("$OpenBSD: ssh.c,v 1.146 2001/10/01 21:38:53 markus Exp $");
43 43
44#include <openssl/evp.h> 44#include <openssl/evp.h>
45#include <openssl/err.h> 45#include <openssl/err.h>
@@ -564,6 +564,7 @@ again:
564 564
565 SSLeay_add_all_algorithms(); 565 SSLeay_add_all_algorithms();
566 ERR_load_crypto_strings(); 566 ERR_load_crypto_strings();
567 channel_set_af(IPv4or6);
567 568
568 /* Initialize the command to execute on remote host. */ 569 /* Initialize the command to execute on remote host. */
569 buffer_init(&command); 570 buffer_init(&command);