summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sshd.c b/sshd.c
index 658a4978d..7995f5a1d 100644
--- a/sshd.c
+++ b/sshd.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: sshd.c,v 1.378 2010/08/31 11:54:45 djm Exp $ */ 1/* $OpenBSD: sshd.c,v 1.379 2010/08/31 12:33:38 djm Exp $ */
2/* 2/*
3 * Author: Tatu Ylonen <ylo@cs.hut.fi> 3 * Author: Tatu Ylonen <ylo@cs.hut.fi>
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -1467,7 +1467,7 @@ main(int ac, char **av)
1467 else 1467 else
1468 closefrom(REEXEC_DEVCRYPTO_RESERVED_FD); 1468 closefrom(REEXEC_DEVCRYPTO_RESERVED_FD);
1469 1469
1470 SSLeay_add_all_algorithms(); 1470 OpenSSL_add_all_algorithms();
1471 1471
1472 /* 1472 /*
1473 * Force logging to stderr until we have loaded the private host 1473 * Force logging to stderr until we have loaded the private host