Browse Source

fix missing symbol rand_prime

Steffen Jaeckel 8 years ago
parent
commit
0b79bbaf5b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/math/rand_prime.c

+ 1 - 1
src/math/rand_prime.c

@@ -10,7 +10,7 @@
  */
  */
 #include "tomcrypt.h"
 #include "tomcrypt.h"
 
 
-#if !defined LTC_NO_MATH && !defined LTC_NO_PRNGS
+#if defined(LTC_MRSA) || (!defined(LTC_NO_MATH) && !defined(LTC_NO_PRNGS))
 
 
 /**
 /**
   @file rand_prime.c
   @file rand_prime.c