Make sure Rabbit and HC128 are disabled when building FIPS against older wolfSSL.

This commit is contained in:
David Garske 2022-02-03 14:53:11 -08:00
parent db6d924d4b
commit 50700c3c28
2 changed files with 4 additions and 1 deletions

View File

@ -105,7 +105,8 @@ extern "C" {
#define NO_PWDBASED
#define NO_RC4
#define WOLFSSL_NO_SHAKE256
#define NO_RABBIT
#define NO_HC128
#ifdef __cplusplus
}

View File

@ -137,6 +137,8 @@ extern "C" {
#define NO_DSA
#define NO_PWDBASED
#define WOLFSSL_NO_SHAKE256
#define NO_RABBIT
#define NO_HC128
#ifdef __cplusplus
}