]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - doc/crypto/SMIME_write_PKCS7.pod
Add includes in synopsis.
[thirdparty/openssl.git] / doc / crypto / SMIME_write_PKCS7.pod
index 61945b388728e9ac3516f3557cde4b4ab14751d7..e20d46b5d1bbe8097c7e55b4539414e48c0b7489 100644 (file)
@@ -6,7 +6,9 @@ SMIME_write_PKCS7 - convert PKCS#7 structure to S/MIME format.
 
 =head1 SYNOPSIS
 
-int SMIME_write_PKCS7(BIO *out, PKCS7 *p7, BIO *data, int flags);
+ #include <openssl/pkcs7.h>
+
+ int SMIME_write_PKCS7(BIO *out, PKCS7 *p7, BIO *data, int flags);
 
 =head1 DESCRIPTION