Fix DSA parameter generation control error
[oweals/openssl.git] / doc / crypto / PKCS7_encrypt.pod
index c17cb8d1e945935599cdfdd3fa0e853e18993c26..2cd925a7e0b6c2e3fb43d0dd91b2d664111d4f93 100644 (file)
@@ -58,7 +58,7 @@ complete and outputting its contents via a function that does not
 properly finalize the B<PKCS7> structure will give unpredictable 
 results.
 
-Several functions including SMIME_write_PKCS7(), d2i_PKCS7_bio_stream(),
+Several functions including SMIME_write_PKCS7(), i2d_PKCS7_bio_stream(),
 PEM_write_bio_PKCS7_stream() finalize the structure. Alternatively finalization
 can be performed by obtaining the streaming ASN1 B<BIO> directly using
 BIO_new_PKCS7().
@@ -75,6 +75,6 @@ L<ERR_get_error(3)|ERR_get_error(3)>, L<PKCS7_decrypt(3)|PKCS7_decrypt(3)>
 =head1 HISTORY
 
 PKCS7_decrypt() was added to OpenSSL 0.9.5
-The B<PKCS7_STREAM> flag was first supported in OpenSSL 0.9.9.
+The B<PKCS7_STREAM> flag was first supported in OpenSSL 1.0.0.
 
 =cut