summaryrefslogtreecommitdiff
path: root/cipher.c
diff options
context:
space:
mode:
Diffstat (limited to 'cipher.c')
-rw-r--r--cipher.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cipher.c b/cipher.c
index 226e4256a..b9c1b28ab 100644
--- a/cipher.c
+++ b/cipher.c
@@ -35,7 +35,7 @@
35 */ 35 */
36 36
37#include "includes.h" 37#include "includes.h"
38RCSID("$OpenBSD: cipher.c,v 1.35 2000/10/13 18:59:13 markus Exp $"); 38RCSID("$OpenBSD: cipher.c,v 1.36 2000/10/14 10:01:15 markus Exp $");
39 39
40#include "ssh.h" 40#include "ssh.h"
41#include "xmalloc.h" 41#include "xmalloc.h"
@@ -488,10 +488,10 @@ ciphers_valid(const char *names)
488 xfree(ciphers); 488 xfree(ciphers);
489 return 0; 489 return 0;
490 } else { 490 } else {
491 debug("cipher ok: %s [%s]", p, names); 491 debug3("cipher ok: %s [%s]", p, names);
492 } 492 }
493 } 493 }
494 debug("ciphers ok: [%s]", names); 494 debug3("ciphers ok: [%s]", names);
495 xfree(ciphers); 495 xfree(ciphers);
496 return 1; 496 return 1;
497} 497}