Release Rollup

1. Fixing warnings with the Windows build. Removed fast math from the build,
for now.
pull/254/head
John Safranek 2020-04-28 10:52:35 -07:00
parent 9583cfcebd
commit 67620dcf2f
No known key found for this signature in database
GPG Key ID: 8CE817DE0D3CCB4A
1 changed files with 2 additions and 3 deletions

View File

@ -21,11 +21,10 @@
#define NO_DSA
#define NO_MD4
#define WC_RSA_BLINDING
#define USE_FAST_MATH
#define TFM_TIMING_RESISTANT
#define ECC_TIMING_RESISTANT
#define WOLFSSL_PUBLIC_MP
#define SINGLE_THREADED
#define WC_NO_HARDEN
#define WOLFSSH_TERM
#endif /* _WIN_USER_SETTINGS_H_ */