Skip to content

Commit 67620dc

Browse files
committed
Release Rollup
1. Fixing warnings with the Windows build. Removed fast math from the build, for now.
1 parent 9583cfc commit 67620dc

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

ide/winvs/user_settings.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,10 @@
2121
#define NO_DSA
2222
#define NO_MD4
2323
#define WC_RSA_BLINDING
24-
#define USE_FAST_MATH
25-
#define TFM_TIMING_RESISTANT
26-
#define ECC_TIMING_RESISTANT
2724
#define WOLFSSL_PUBLIC_MP
2825
#define SINGLE_THREADED
26+
#define WC_NO_HARDEN
27+
2928
#define WOLFSSH_TERM
3029

3130
#endif /* _WIN_USER_SETTINGS_H_ */

0 commit comments

Comments
 (0)