fix missing symbol rand_prime

This commit is contained in:
Steffen Jaeckel
2017-02-28 21:21:39 +01:00
committed by Karel Miko
parent 6cfc27d310
commit 0b79bbaf5b
+1 -1
View File
@@ -10,7 +10,7 @@
*/
#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