Fix demo comment: 0.9.9 never released.
(cherry picked from commit 717cc85895
)
This commit is contained in:
parent
9614d2c676
commit
765be74d24
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ int main(int argc, char **argv)
|
||||||
int ret = 1;
|
int ret = 1;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* On OpenSSL 0.9.9 only:
|
* On OpenSSL 1.0.0+ only:
|
||||||
* for streaming set CMS_STREAM
|
* for streaming set CMS_STREAM
|
||||||
*/
|
*/
|
||||||
int flags = CMS_STREAM;
|
int flags = CMS_STREAM;
|
||||||
|
|
|
@ -12,7 +12,7 @@ int main(int argc, char **argv)
|
||||||
int ret = 1;
|
int ret = 1;
|
||||||
|
|
||||||
/* For simple S/MIME signing use CMS_DETACHED.
|
/* 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 detached set CMS_DETACHED|CMS_STREAM
|
||||||
* for streaming non-detached set CMS_STREAM
|
* for streaming non-detached set CMS_STREAM
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue