Mercurial > dropbear
diff rsa.c @ 1402:553c6bb80265
fix DEBUG_* condition
author | Francois Perrad <francois.perrad@gadz.org> |
---|---|
date | Sat, 19 Nov 2016 10:47:18 +0100 |
parents | 750ec4ec4cbe |
children | c721e8c42d2a |
line wrap: on
line diff
--- a/rsa.c Sat Nov 19 10:38:47 2016 +0100 +++ b/rsa.c Sat Nov 19 10:47:18 2016 +0100 @@ -346,7 +346,7 @@ buf_incrwritepos(buf, ssize); mp_clear(&rsa_s); -#if defined(DEBUG_RSA) && defined(DEBUG_TRACE) +#if defined(DEBUG_RSA) && DEBUG_TRACE if (!debug_trace) { printhex("RSA sig", buf->data, buf->len); }