Feedback update

This commit is contained in:
kaleb-himes
2018-01-30 15:36:18 -07:00
parent 229d98e1f8
commit 7facff2fd2

View File

@ -1248,10 +1248,8 @@ extern void uITRON4_free(void *p) ;
#define WOLFSSL_LOG_PRINTF #define WOLFSSL_LOG_PRINTF
#define WOLFSSL_DH_CONST #define WOLFSSL_DH_CONST
#endif /* _MSC_VER */ #endif /* _MSC_VER */
#ifndef HAVE_FIPS #if !defined(HAVE_FIPS) && !defined(NO_RSA)
#ifndef NO_RSA
#define WC_RSA_BLINDING #define WC_RSA_BLINDING
#endif
#endif #endif
#define SINGLE_THREADED #define SINGLE_THREADED
#define NO_ASN_TIME /* can not use headers such as windows.h */ #define NO_ASN_TIME /* can not use headers such as windows.h */