=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/ssh.c,v retrieving revision 1.347 retrieving revision 1.348 diff -u -r1.347 -r1.348 --- src/usr.bin/ssh/ssh.c 2010/08/12 23:34:39 1.347 +++ src/usr.bin/ssh/ssh.c 2010/08/16 04:06:06 1.348 @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh.c,v 1.347 2010/08/12 23:34:39 tedu Exp $ */ +/* $OpenBSD: ssh.c,v 1.348 2010/08/16 04:06:06 djm Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -586,7 +586,7 @@ if (!host) usage(); - OpenSSL_add_all_algorithms(); + SSLeay_add_all_algorithms(); ERR_load_crypto_strings(); /* Initialize the command to execute on remote host. */