diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2000-04-26 21:33:54 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2000-04-26 21:33:54 +0000 |
commit | 7ffa8e1885137bf28c6c378169c6dc323b6dbbe2 (patch) | |
tree | 23712d42902e34881aa13ec439d9b115c8b233a9 /usr.bin | |
parent | fe1c1fb0210d2c240ce2b34ad0723eb44b24d2ef (diff) |
remove debug
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/sshconnect2.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/ssh/sshconnect2.c b/usr.bin/ssh/sshconnect2.c index e0e5172cf7e..e29eb4906a7 100644 --- a/usr.bin/ssh/sshconnect2.c +++ b/usr.bin/ssh/sshconnect2.c @@ -28,7 +28,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: sshconnect2.c,v 1.1 2000/04/26 21:28:33 markus Exp $"); +RCSID("$OpenBSD: sshconnect2.c,v 1.2 2000/04/26 21:33:53 markus Exp $"); #include <openssl/bn.h> #include <openssl/rsa.h> @@ -181,8 +181,6 @@ ssh_kex2(char *host, struct sockaddr *hostaddr) if (server_host_key == NULL) fatal("cannot decode server_host_key_blob"); -dump_base64(stderr, server_host_key_blob, sbloblen); - check_host_key(host, hostaddr, server_host_key, options.user_hostfile2, options.system_hostfile2); |