correctly include tomsfastmath

This commit is contained in:
momo5502
2016-01-31 19:50:17 +01:00
parent 1fdeb17e6d
commit 55170e6ba8
3 changed files with 10 additions and 4 deletions

View File

@ -239,7 +239,7 @@ namespace Components
//#ifdef USE_NODE_STUFF
Assert_Size(Node::AddressEntry, 6);
//ltc_mp = tfm_desc;
ltc_mp = tfm_desc;
Dvar::OnInit([] ()
{

View File

@ -46,7 +46,7 @@
#define ZLIB_CONST
//#define TFM_DESC
#define TFM_DESC
#define LTC_NO_FAST
#define LTC_NO_PROTOTYPES
#define LTC_NO_RSA_BLINDING
@ -57,6 +57,8 @@
#include <curses.h>
//#include <asio.hpp>
#include <json11.hpp>
#include <tfm.h>
#include <tomcrypt.h>
#pragma warning(pop)