diff --git a/wolfcrypt/src/ecc.c b/wolfcrypt/src/ecc.c index 6c6c7e459..5ac2b9bf8 100644 --- a/wolfcrypt/src/ecc.c +++ b/wolfcrypt/src/ecc.c @@ -7557,7 +7557,7 @@ int wc_ecc_gen_deterministic_k(const byte* hash, word32 hashSz, else if (hashSz == 48) { hashType = WC_HASH_TYPE_SHA384; } - else if (hashSz ==32) { + else if (hashSz == 32) { hashType = WC_HASH_TYPE_SHA256; } else {