Fix gcc-7 warnings.
[openssl.git] / apps / verify.c
index c31695c1b94a2a14589358e897ce9d1ea88bfc21..960d4ebf02e0ee91da7f6fa443a896482570df4a 100644 (file)
@@ -287,6 +287,7 @@ static int cb(int ok, X509_STORE_CTX *ctx)
         switch (cert_error) {
         case X509_V_ERR_NO_EXPLICIT_POLICY:
             policies_print(ctx);
+            /* fall thru */
         case X509_V_ERR_CERT_HAS_EXPIRED:
 
             /*