add LTC prefix to most macros

This commit is contained in:
Steffen Jaeckel
2014-07-17 10:49:05 +02:00
parent 3c76dcdd29
commit 155a54ba40
24 changed files with 74 additions and 74 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#include <tomcrypt_test.h>
#ifdef MKAT
#ifdef LTC_MKAT
int katja_test(void)
{
+2 -2
View File
@@ -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;