{,darwin64-}debug-test-64-clang Configure targets
[openssl.git] / doc / crypto / SMIME_read_PKCS7.pod
index ffafa378877c52ca327bbc2fe8f7f5d4ecca2f1c..9d46715941800327f26e0386781430468e840287 100644 (file)
@@ -6,7 +6,9 @@ SMIME_read_PKCS7 - parse S/MIME message.
 
 =head1 SYNOPSIS
 
-PKCS7 *SMIME_read_PKCS7(BIO *in, BIO **bcont);
+ #include <openssl/pkcs7.h>
+
+ PKCS7 *SMIME_read_PKCS7(BIO *in, BIO **bcont);
 
 =head1 DESCRIPTION