Codebase list libcryptx-perl / f5d572b
improved ifdef Karel Miko 7 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
88 */
99 #include "tomcrypt.h"
1010
11 #ifdef LTC_MDSA
11 #if defined(LTC_MDSA) || defined(LTC_MECC)
1212 /**
1313 Generate a random number N with given bitlength (note: MSB can be 0)
1414 */