Skip to content

Commit 07b626d

Browse files
committed
fix-up 250eced
1 parent 11bdffc commit 07b626d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/math/rand_bn.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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
*/

0 commit comments

Comments
 (0)