diff options
Diffstat (limited to 'lib/hx509/cert.c')
| -rw-r--r-- | lib/hx509/cert.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hx509/cert.c b/lib/hx509/cert.c index dd6d38917499..dcd467c56f9a 100644 --- a/lib/hx509/cert.c +++ b/lib/hx509/cert.c @@ -2200,9 +2200,9 @@ hx509_verify_path(hx509_context context, * EE checking below. */ type = EE_CERT; - /* FALLTHOUGH */ } } + /* FALLTHROUGH */ case EE_CERT: /* * If there where any proxy certificates in the chain |
