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
@@ -10,7 +10,7 @@
*/
#include "tomcrypt.h"
#ifdef MPI
#ifdef LTC_MPI
#include <stdarg.h>
int ltc_init_multi(void **a, ...)