Mercurial > dropbear
diff rsa.c @ 1411:798854f62430 fuzz
merge from main
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 14 Jun 2017 23:31:42 +0800 |
parents | c98e242dc505 c721e8c42d2a |
children | 5916af64acd4 |
line wrap: on
line diff
--- a/rsa.c Sun Jun 11 21:39:40 2017 +0800 +++ b/rsa.c Wed Jun 14 23:31:42 2017 +0800 @@ -324,7 +324,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); }