summaryrefslogtreecommitdiff
path: root/ssh-agent.c
diff options
context:
space:
mode:
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 fbfd79c13..87939b2b6 100644
--- a/ssh-agent.c
+++ b/ssh-agent.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssh-agent.c,v 1.169 2010/08/31 11:54:45 djm Exp $ */ 1/* $OpenBSD: ssh-agent.c,v 1.170 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
@@ -1146,7 +1146,7 @@ main(int ac, char **av)
1146 prctl(PR_SET_DUMPABLE, 0); 1146 prctl(PR_SET_DUMPABLE, 0);
1147#endif 1147#endif
1148 1148
1149 SSLeay_add_all_algorithms(); 1149 OpenSSL_add_all_algorithms();
1150 1150
1151 __progname = ssh_get_progname(av[0]); 1151 __progname = ssh_get_progname(av[0]);
1152 init_rng(); 1152 init_rng();