diff options
author | 2000-04-26 21:33:53 +0000 | |
---|---|---|
committer | 2000-04-26 21:33:53 +0000 | |
commit | 0d3f8a48cf9140115af593dd8151c095b2d7963f (patch) | |
tree | be950ff0f88f6f207e9275a6f4b1b877face1f69 /usr.bin/ssh/sshconnect2.c | |
parent | sync (diff) | |
download | wireguard-openbsd-0d3f8a48cf9140115af593dd8151c095b2d7963f.tar.xz wireguard-openbsd-0d3f8a48cf9140115af593dd8151c095b2d7963f.zip |
remove debug
Diffstat (limited to 'usr.bin/ssh/sshconnect2.c')
-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); |