summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
authordjm <djm>2010-09-10 01:12:09 +0000
committerdjm <djm>2010-09-10 01:12:09 +0000
commitc49f5500471ea04568ce5b1366eed9176558f9fb (patch)
treec4f373c6e36ed63adf7ae6ebaac60111a03406cd /sshd.c
parentbcbeb6138acf57e7f267bb6681ea1a19b0896e81 (diff)
downloadopenssh-c49f5500471ea04568ce5b1366eed9176558f9fb.tar.gz
- djm@cvs.openbsd.org 2010/08/31 12:33:38
[ssh-add.c ssh-agent.c ssh-keygen.c ssh-keysign.c ssh.c sshd.c] reintroduce commit from tedu@, which I pulled out for release engineering: OpenSSL_add_all_algorithms is the name of the function we have a man page for, so use that. ok djm
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 658a4978..7995f5a1 100644
--- a/sshd.c
+++ b/sshd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sshd.c,v 1.378 2010/08/31 11:54:45 djm Exp $ */
+/* $OpenBSD: sshd.c,v 1.379 2010/08/31 12:33:38 djm Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -1467,7 +1467,7 @@ main(int ac, char **av)
else
closefrom(REEXEC_DEVCRYPTO_RESERVED_FD);
- SSLeay_add_all_algorithms();
+ OpenSSL_add_all_algorithms();
/*
* Force logging to stderr until we have loaded the private host