comparison 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
comparison
equal deleted inserted replaced
1408:27e65d3aed5f 1411:798854f62430
322 dropbear_exit("RSA error"); 322 dropbear_exit("RSA error");
323 } 323 }
324 buf_incrwritepos(buf, ssize); 324 buf_incrwritepos(buf, ssize);
325 mp_clear(&rsa_s); 325 mp_clear(&rsa_s);
326 326
327 #if defined(DEBUG_RSA) && defined(DEBUG_TRACE) 327 #if defined(DEBUG_RSA) && DEBUG_TRACE
328 if (!debug_trace) { 328 if (!debug_trace) {
329 printhex("RSA sig", buf->data, buf->len); 329 printhex("RSA sig", buf->data, buf->len);
330 } 330 }
331 #endif 331 #endif
332 332