hx509: hx509_verify_path remove spurious fallthrough
commit76c110e1efe57e3634e09670b3a0d34853b0b05e
authorDaria Phoebe Brashear <dariaphoebe@auristor.com>
Fri, 16 Sep 2022 19:27:32 +0000 (16 15:27 -0400)
committerJeffrey Altman <jaltman@auristor.com>
Fri, 16 Sep 2022 19:58:45 +0000 (16 15:58 -0400)
tree04e116b722273035dc2e9413f2fa8132598ffc09
parent133f5174820b34e2a12c3f3412bf554cae2ee22f
hx509: hx509_verify_path remove spurious fallthrough

fallthrough needs to be directly before the next case, and this duplicate
inside an else is unneeded
lib/hx509/cert.c