comparison 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
comparison
equal deleted inserted replaced
1401:ead816a63549 1402:553c6bb80265
344 dropbear_exit("RSA error"); 344 dropbear_exit("RSA error");
345 } 345 }
346 buf_incrwritepos(buf, ssize); 346 buf_incrwritepos(buf, ssize);
347 mp_clear(&rsa_s); 347 mp_clear(&rsa_s);
348 348
349 #if defined(DEBUG_RSA) && defined(DEBUG_TRACE) 349 #if defined(DEBUG_RSA) && DEBUG_TRACE
350 if (!debug_trace) { 350 if (!debug_trace) {
351 printhex("RSA sig", buf->data, buf->len); 351 printhex("RSA sig", buf->data, buf->len);
352 } 352 }
353 #endif 353 #endif
354 354