Commit 2c4c9867 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Fix demo comment: 0.9.9 never released.

(cherry picked from commit 717cc858)
parent a99540a6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
+1 −1
Original line number Diff line number Diff line
@@ -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
	 */