Fix gcc-7 warnings.
[openssl.git] / crypto / cms / cms_asn1.c
index 8b32abe8e460a9ab6ce31f1df49a826ee07aeb0e..993ea6b219ab796a40411ed1edc58c5e7cadc60d 100644 (file)
@@ -292,6 +292,7 @@ static int cms_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
     case ASN1_OP_STREAM_PRE:
         if (CMS_stream(&sarg->boundary, cms) <= 0)
             return 0;
+        /* fall thru */
     case ASN1_OP_DETACHED_PRE:
         sarg->ndef_bio = CMS_dataInit(cms, sarg->out);
         if (!sarg->ndef_bio)