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
|
||||
|
Reference in New Issue
Block a user