Fix demo comment: 0.9.9 never released.

(cherry picked from commit 717cc85895)
This commit is contained in:
Dr. Stephen Henson 2014-01-28 15:15:26 +00:00
parent 9614d2c676
commit 765be74d24
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ int main(int argc, char **argv)
int ret = 1;
/*
* On OpenSSL 0.9.9 only:
* On OpenSSL 1.0.0+ only:
* for streaming set CMS_STREAM
*/
int flags = CMS_STREAM;

View file

@ -12,7 +12,7 @@ int main(int argc, char **argv)
int ret = 1;
/* For simple S/MIME signing use CMS_DETACHED.
* On OpenSSL 0.9.9 only:
* On OpenSSL 1.0.0 only:
* for streaming detached set CMS_DETACHED|CMS_STREAM
* for streaming non-detached set CMS_STREAM
*/