Merge pull request #1345 from kaleb-himes/SGX-FIPS-UPDATES

Updates to settings necessary for SGX FIPS
This commit is contained in:
JacobBarthelmeh
2018-01-31 11:09:19 -07:00
committed by GitHub

View File

@ -1248,7 +1248,7 @@ 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 NO_RSA #if !defined(HAVE_FIPS) && !defined(NO_RSA)
#define WC_RSA_BLINDING #define WC_RSA_BLINDING
#endif #endif
#define SINGLE_THREADED #define SINGLE_THREADED