Fix gcc-7 warnings.
[openssl.git] / crypto / pkcs7 / pk7_asn1.c
index 315e1b8132c3017bbc569d41056eb83284c3a9c3..cd9fb4f509f187dbe2f3e048532135807e518d70 100644 (file)
@@ -40,6 +40,7 @@ static int pk7_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
     case ASN1_OP_STREAM_PRE:
         if (PKCS7_stream(&sarg->boundary, *pp7) <= 0)
             return 0;
+        /* fall thru */
     case ASN1_OP_DETACHED_PRE:
         sarg->ndef_bio = PKCS7_dataInit(*pp7, sarg->out);
         if (!sarg->ndef_bio)