fix blinding with fips

This commit is contained in:
toddouska
2016-07-25 13:47:53 -07:00
parent 88f847de90
commit 16336e37ec

View File

@ -155,6 +155,8 @@
/* make sure old RNG name is used with CTaoCrypt FIPS */
#ifdef HAVE_FIPS
#define WC_RNG RNG
/* blinding adds API not available yet in FIPS mode */
#undef WC_RSA_BLINDING
#endif