summaryrefslogtreecommitdiffstats
path: root/ssh-agent.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-08-31 14:32:12 +0200
committerDamien Miller <djm@mindrot.org>2010-08-31 14:32:12 +0200
commitd96546f5b0f7c57395a338dbb9ac3ac5a48b77fa (patch)
tree98d33e8288d8918c5b52a5d62231a10cd8a218ac /ssh-agent.c
parent - tedu@cvs.openbsd.org 2010/08/12 23:34:39 (diff)
downloadopenssh-d96546f5b0f7c57395a338dbb9ac3ac5a48b77fa.tar.xz
openssh-d96546f5b0f7c57395a338dbb9ac3ac5a48b77fa.zip
- djm@cvs.openbsd.org 2010/08/16 04:06:06
[ssh-add.c ssh-agent.c ssh-keygen.c ssh-keysign.c ssh.c sshd.c] backout previous temporarily; discussed with deraadt@
Diffstat (limited to 'ssh-agent.c')
-rw-r--r--ssh-agent.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh-agent.c b/ssh-agent.c
index d5690e0c5..e6725ea88 100644
--- a/ssh-agent.c
+++ b/ssh-agent.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh-agent.c,v 1.167 2010/08/12 23:34:38 tedu Exp $ */
+/* $OpenBSD: ssh-agent.c,v 1.168 2010/08/16 04:06:06 djm Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -1092,7 +1092,7 @@ main(int ac, char **av)
prctl(PR_SET_DUMPABLE, 0);
#endif
- OpenSSL_add_all_algorithms();
+ SSLeay_add_all_algorithms();
__progname = ssh_get_progname(av[0]);
init_rng();