More preparatory work: remove the <windows.h> include from lots of
[u/mdw/putty] / sshbn.c
diff --git a/sshbn.c b/sshbn.c
index 8246e25..efd9624 100644 (file)
--- a/sshbn.c
+++ b/sshbn.c
@@ -799,6 +799,7 @@ unsigned short bignum_mod_short(Bignum number, unsigned short modulus)
 
 void diagbn(char *prefix, Bignum md)
 {
+#ifdef DEBUG
     int i, nibbles, morenibbles;
     static const char hex[] = "0123456789ABCDEF";
 
@@ -816,6 +817,7 @@ void diagbn(char *prefix, Bignum md)
 
     if (prefix)
        debug(("\n"));
+#endif
 }
 
 /*