add math library runtime settings check

This commit is contained in:
Todd A Ouska
2011-08-29 10:39:40 -07:00
parent d2de4875fe
commit d0193ba8eb
4 changed files with 40 additions and 0 deletions

View File

@@ -38,6 +38,13 @@
#include <cyassl/ctaocrypt/integer.h>
/* math settings check */
word32 CheckRunTimeSettings(void)
{
return CTC_SETTINGS;
}
/* handle up to 6 inits */
int mp_init_multi(mp_int* a, mp_int* b, mp_int* c, mp_int* d, mp_int* e,
mp_int* f)