Browse Source

fix-up 250eced90497121e75b0edc4827c1cba7a9c75c2

Steffen Jaeckel 7 years ago
parent
commit
07b626d7a1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/math/rand_bn.c

+ 1 - 1
src/math/rand_bn.c

@@ -8,7 +8,7 @@
  */
  */
 #include "tomcrypt.h"
 #include "tomcrypt.h"
 
 
-#ifdef LTC_MDSA
+#if defined(LTC_MDSA) || defined(LTC_MECC)
 /**
 /**
   Generate a random number N with given bitlength (note: MSB can be 0)
   Generate a random number N with given bitlength (note: MSB can be 0)
 */
 */