include tfm in example client for veiwing FP_MAX_BITS

This commit is contained in:
Jacob Barthelmeh 2018-08-17 11:06:40 -06:00
parent cc10c971cd
commit ed9aaa93f4

View File

@ -44,6 +44,11 @@
#ifndef NO_WOLFSSL_CLIENT
#ifdef USE_FAST_MATH
/* included to inspect the size of FP_MAX_BITS */
#include <wolfssl/wolfcrypt/tfm.h>
#endif
#ifdef WOLFSSL_ASYNC_CRYPT
static int devId = INVALID_DEVID;
#endif