Generic: Fix warnings (fallthrough mosty)

This commit is contained in:
Nicolas Williams
2020-08-05 22:15:23 -05:00
parent c06252745d
commit 7d50445d1b
7 changed files with 10 additions and 6 deletions

View File

@@ -182,7 +182,7 @@ fill_CMSIdentifier(const hx509_cert cert,
&id->u.subjectKeyIdentifier);
if (ret == 0)
break;
/* FALL THOUGH */
/* FALLTHROUGH */
case CMS_ID_NAME: {
hx509_name name;