add LTC prefix to most macros
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include <tomcrypt_test.h>
|
||||
|
||||
#ifdef MKAT
|
||||
#ifdef LTC_MKAT
|
||||
|
||||
int katja_test(void)
|
||||
{
|
||||
|
||||
+2
-2
@@ -776,10 +776,10 @@ int time_hash(void)
|
||||
|
||||
/*#warning you need an mp_rand!!!*/
|
||||
#ifndef USE_LTM
|
||||
#undef MPI
|
||||
#undef LTC_MPI
|
||||
#endif
|
||||
|
||||
#ifdef MPI
|
||||
#ifdef LTC_MPI
|
||||
void time_mult(void)
|
||||
{
|
||||
ulong64 t1, t2;
|
||||
|
||||
Reference in New Issue
Block a user