diff options
Diffstat (limited to 'ssh-agent.c')
-rw-r--r-- | ssh-agent.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh-agent.c b/ssh-agent.c index 2c0e28696..d5690e0c5 100644 --- a/ssh-agent.c +++ b/ssh-agent.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssh-agent.c,v 1.166 2010/04/16 01:47:26 djm Exp $ */ | 1 | /* $OpenBSD: ssh-agent.c,v 1.167 2010/08/12 23:34:38 tedu 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 |
@@ -1092,7 +1092,7 @@ main(int ac, char **av) | |||
1092 | prctl(PR_SET_DUMPABLE, 0); | 1092 | prctl(PR_SET_DUMPABLE, 0); |
1093 | #endif | 1093 | #endif |
1094 | 1094 | ||
1095 | SSLeay_add_all_algorithms(); | 1095 | OpenSSL_add_all_algorithms(); |
1096 | 1096 | ||
1097 | __progname = ssh_get_progname(av[0]); | 1097 | __progname = ssh_get_progname(av[0]); |
1098 | init_rng(); | 1098 | init_rng(); |