forked from wolfSSL/wolfssl
added a missed break to a switch case
This commit is contained in:
@@ -279,6 +279,7 @@ void HmacFinal(Hmac* hmac, byte* hash)
|
||||
|
||||
Sha384Final(&hmac->hash.sha384, hash);
|
||||
}
|
||||
break;
|
||||
#endif
|
||||
|
||||
default:
|
||||
|
Reference in New Issue
Block a user