diff options
author | 2010-08-16 04:06:06 +0000 | |
---|---|---|
committer | 2010-08-16 04:06:06 +0000 | |
commit | a8ec9cfaf9f2a958fb38f0c64662b0fbb69778df (patch) | |
tree | 550310dfc73920e7a795085189b7b6105421a994 /usr.bin/ssh/ssh.c | |
parent | now that we are at -current again, re-enable POOL_DEBUG (diff) | |
download | wireguard-openbsd-a8ec9cfaf9f2a958fb38f0c64662b0fbb69778df.tar.xz wireguard-openbsd-a8ec9cfaf9f2a958fb38f0c64662b0fbb69778df.zip |
backout previous temporarily; discussed with deraadt@
Diffstat (limited to 'usr.bin/ssh/ssh.c')
-rw-r--r-- | usr.bin/ssh/ssh.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh.c b/usr.bin/ssh/ssh.c index d09dc6e6975..8bf0c39a356 100644 --- a/usr.bin/ssh/ssh.c +++ b/usr.bin/ssh/ssh.c @@ -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 <ylo@cs.hut.fi> * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -586,7 +586,7 @@ main(int ac, char **av) if (!host) usage(); - OpenSSL_add_all_algorithms(); + SSLeay_add_all_algorithms(); ERR_load_crypto_strings(); /* Initialize the command to execute on remote host. */ |