From 16336e37ec5c65440bd14f1c6bea36ec536785b6 Mon Sep 17 00:00:00 2001 From: toddouska Date: Mon, 25 Jul 2016 13:47:53 -0700 Subject: [PATCH] fix blinding with fips --- wolfssl/wolfcrypt/settings.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wolfssl/wolfcrypt/settings.h b/wolfssl/wolfcrypt/settings.h index c2130f6a2..ad95b6137 100644 --- a/wolfssl/wolfcrypt/settings.h +++ b/wolfssl/wolfcrypt/settings.h @@ -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