diff --git a/wolfcrypt/src/asn.c b/wolfcrypt/src/asn.c index 6f8f35c30..ca25681f8 100644 --- a/wolfcrypt/src/asn.c +++ b/wolfcrypt/src/asn.c @@ -14800,7 +14800,7 @@ void FreeSignatureCtx(SignatureCtx* sigCtx) sigCtx->key.ed448 = NULL; break; #endif /* HAVE_ED448 */ - #if defined(HAVE_PQC) + #if defined(HAVE_PQC) #if defined(HAVE_FALCON) case FALCON_LEVEL1k: case FALCON_LEVEL5k: diff --git a/wolfcrypt/src/dilithium.c b/wolfcrypt/src/dilithium.c index c9ba12a1c..cd6570e64 100644 --- a/wolfcrypt/src/dilithium.c +++ b/wolfcrypt/src/dilithium.c @@ -950,7 +950,7 @@ int wc_Dilithium_PublicKeyToDer(dilithium_key* key, byte* output, word32 inLen, return ret; } -#endif +#endif int wc_Dilithium_KeyToDer(dilithium_key* key, byte* output, word32 inLen) { diff --git a/zephyr/nrf5340dk_nrf5340_user_settings.h b/zephyr/nrf5340dk_nrf5340_user_settings.h index 92deaa425..75afd020e 100644 --- a/zephyr/nrf5340dk_nrf5340_user_settings.h +++ b/zephyr/nrf5340dk_nrf5340_user_settings.h @@ -59,11 +59,11 @@ extern "C" { #define HAVE_ECC #define ECC_USER_CURVES -//#define HAVE_ECC192 -//#define HAVE_ECC224 +/* #define HAVE_ECC192 */ +/* #define HAVE_ECC224 */ #undef NO_ECC256 -//#define HAVE_ECC384 -//#define HAVE_ECC521 +/* #define HAVE_ECC384 */ +/* #define HAVE_ECC521 */ #define ECC_SHAMIR #define ECC_TIMING_RESISTANT