mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +02:00
Merge pull request #2812 from kaleb-himes/FAILING_FIPS_IN_MASTER
Fix failing FIPS tests in master stemming from PR #2733
This commit is contained in:
@ -124,7 +124,9 @@ extern int wc_InitRsaHw(RsaKey* key);
|
|||||||
|
|
||||||
#define ERROR_OUT(err, eLabel) { ret = (err); goto eLabel; }
|
#define ERROR_OUT(err, eLabel) { ret = (err); goto eLabel; }
|
||||||
|
|
||||||
#if defined(HAVE_SELFTEST) || !defined(NO_SKID)
|
#if defined(HAVE_SELFTEST) || ( !defined(NO_SKID) && \
|
||||||
|
( !defined(HAVE_FIPS) || \
|
||||||
|
!defined(HAVE_FIPS_VERSION) ))
|
||||||
#ifndef WOLFSSL_AES_KEY_SIZE_ENUM
|
#ifndef WOLFSSL_AES_KEY_SIZE_ENUM
|
||||||
#define WOLFSSL_AES_KEY_SIZE_ENUM
|
#define WOLFSSL_AES_KEY_SIZE_ENUM
|
||||||
enum Asn_Misc {
|
enum Asn_Misc {
|
||||||
|
Reference in New Issue
Block a user