diff options
author | 2014-02-07 06:55:54 +0000 | |
---|---|---|
committer | 2014-02-07 06:55:54 +0000 | |
commit | 5f6c7c897bc36fcc689dc38fbd1e782c6a9b953c (patch) | |
tree | 9d3d62f9f8bce3c2e7873fbcb24fc95415b7f5b5 /usr.bin/ssh/cipher.c | |
parent | http 404 is definitive, so treat it like 550 ftp. (diff) | |
download | wireguard-openbsd-5f6c7c897bc36fcc689dc38fbd1e782c6a9b953c.tar.xz wireguard-openbsd-5f6c7c897bc36fcc689dc38fbd1e782c6a9b953c.zip |
remove some logging that makes ssh debugging output very verbose;
ok markus
Diffstat (limited to 'usr.bin/ssh/cipher.c')
-rw-r--r-- | usr.bin/ssh/cipher.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/ssh/cipher.c b/usr.bin/ssh/cipher.c index 6047d41c982..97b8ef9c4bc 100644 --- a/usr.bin/ssh/cipher.c +++ b/usr.bin/ssh/cipher.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cipher.c,v 1.96 2014/02/02 03:44:31 djm Exp $ */ +/* $OpenBSD: cipher.c,v 1.97 2014/02/07 06:55:54 djm Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -222,8 +222,6 @@ ciphers_valid(const char *names) debug("bad cipher %s [%s]", p, names); free(cipher_list); return 0; - } else { - debug3("cipher ok: %s [%s]", p, names); } } debug3("ciphers ok: [%s]", names); |