diff options
Diffstat (limited to 'ssh.c')
-rw-r--r-- | ssh.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssh.c,v 1.346 2010/08/12 21:49:44 djm Exp $ */ | 1 | /* $OpenBSD: ssh.c,v 1.347 2010/08/12 23:34:39 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 |
@@ -599,7 +599,7 @@ main(int ac, char **av) | |||
599 | if (!host) | 599 | if (!host) |
600 | usage(); | 600 | usage(); |
601 | 601 | ||
602 | SSLeay_add_all_algorithms(); | 602 | OpenSSL_add_all_algorithms(); |
603 | ERR_load_crypto_strings(); | 603 | ERR_load_crypto_strings(); |
604 | 604 | ||
605 | /* Initialize the command to execute on remote host. */ | 605 | /* Initialize the command to execute on remote host. */ |