summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sshd.c b/sshd.c
index aa822df17..a1f544846 100644
--- a/sshd.c
+++ b/sshd.c
@@ -40,7 +40,7 @@
40 */ 40 */
41 41
42#include "includes.h" 42#include "includes.h"
43RCSID("$OpenBSD: sshd.c,v 1.204 2001/08/23 17:59:31 camield Exp $"); 43RCSID("$OpenBSD: sshd.c,v 1.205 2001/10/01 21:38:53 markus Exp $");
44 44
45#include <openssl/dh.h> 45#include <openssl/dh.h>
46#include <openssl/bn.h> 46#include <openssl/bn.h>
@@ -669,6 +669,7 @@ main(int ac, char **av)
669 } 669 }
670 } 670 }
671 SSLeay_add_all_algorithms(); 671 SSLeay_add_all_algorithms();
672 channel_set_af(IPv4or6);
672 673
673 /* 674 /*
674 * Force logging to stderr until we have loaded the private host 675 * Force logging to stderr until we have loaded the private host