added a missed break to a switch case

This commit is contained in:
John Safranek
2012-11-26 21:49:31 -08:00
parent f8f7f69f48
commit 7d4a5a6ec8

View File

@@ -279,6 +279,7 @@ void HmacFinal(Hmac* hmac, byte* hash)
Sha384Final(&hmac->hash.sha384, hash);
}
break;
#endif
default: