diff --git a/src/tls.c b/src/tls.c index 70fd8f740..dc49b912f 100644 --- a/src/tls.c +++ b/src/tls.c @@ -10138,6 +10138,8 @@ static WC_INLINE byte GetHmacLength(int hmac) case sm3_mac: return WC_SM3_DIGEST_SIZE; #endif + default: + break; } return 0; }