Fix switch fallthrough warnings/errors
This commit is contained in:
@@ -2378,9 +2378,10 @@ hx509_verify_path(hx509_context context,
|
||||
* EE checking below.
|
||||
*/
|
||||
type = EE_CERT;
|
||||
/* FALLTHOUGH */
|
||||
/* FALLTHROUGH */
|
||||
}
|
||||
}
|
||||
/* FALLTHROUGH */
|
||||
case EE_CERT:
|
||||
/*
|
||||
* If there where any proxy certificates in the chain
|
||||
|
@@ -230,7 +230,7 @@ hx509_pem_read(hx509_context context,
|
||||
where = INDATA;
|
||||
goto indata;
|
||||
}
|
||||
/* FALLTHOUGH */
|
||||
/* FALLTHROUGH */
|
||||
case INHEADER:
|
||||
if (buf[0] == '\0') {
|
||||
where = INDATA;
|
||||
|
Reference in New Issue
Block a user