fix comments
[openssl.git] / demos / cms / cms_enc.c
index 9032bed496a682e8ad08416b1f5b697534e2a2d2..916b479d3c6a60337ee1f33cc5acf84557a5bbeb 100644 (file)
@@ -12,7 +12,7 @@ int main(int argc, char **argv)
        int ret = 1;
 
        /*
        int ret = 1;
 
        /*
-        * On OpenSSL 0.9.9 only:
+        * On OpenSSL 1.0.0 and later only:
         * for streaming set CMS_STREAM
         */
        int flags = CMS_STREAM;
         * for streaming set CMS_STREAM
         */
        int flags = CMS_STREAM;