Correct d2i/i2d typos.
[openssl.git] / doc / crypto / PKCS7_encrypt.pod
index c17cb8d1e945935599cdfdd3fa0e853e18993c26..035220aa162f6346c8d25e9df117cac6082b51ff 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().