Make sure Rabbit and HC128 are disabled when building FIPS against older wolfSSL.
This commit is contained in:
parent
db6d924d4b
commit
50700c3c28
@ -105,7 +105,8 @@ extern "C" {
|
||||
#define NO_PWDBASED
|
||||
#define NO_RC4
|
||||
#define WOLFSSL_NO_SHAKE256
|
||||
|
||||
#define NO_RABBIT
|
||||
#define NO_HC128
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
@ -137,6 +137,8 @@ extern "C" {
|
||||
#define NO_DSA
|
||||
#define NO_PWDBASED
|
||||
#define WOLFSSL_NO_SHAKE256
|
||||
#define NO_RABBIT
|
||||
#define NO_HC128
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user