]> andersk Git - openssh.git/blobdiff - cipher.c
- (djm) Sync with OpenBSD:
[openssh.git] / cipher.c
index 226e4256a7a817f0612066fd6d8e079375adf808..b9c1b28abf88991527186d4d990161e30ed61885 100644 (file)
--- a/cipher.c
+++ b/cipher.c
@@ -35,7 +35,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: cipher.c,v 1.35 2000/10/13 18:59:13 markus Exp $");
+RCSID("$OpenBSD: cipher.c,v 1.36 2000/10/14 10:01:15 markus Exp $");
 
 #include "ssh.h"
 #include "xmalloc.h"
@@ -488,10 +488,10 @@ ciphers_valid(const char *names)
                        xfree(ciphers);
                        return 0;
                } else {
-                       debug("cipher ok: %s [%s]", p, names);
+                       debug3("cipher ok: %s [%s]", p, names);
                }
        }
-       debug("ciphers ok: [%s]", names);
+       debug3("ciphers ok: [%s]", names);
        xfree(ciphers);
        return 1;
 }
This page took 0.04713 seconds and 4 git commands to generate.