mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 02:37:28 +02:00
Make sure Rabbit and HC128 are disabled when building FIPS against older wolfSSL.
This commit is contained in:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user