summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2007-04-01 17:56:25 +0000
committerBen Laurie <ben@openssl.org>2007-04-01 17:56:25 +0000
commitc2d1c2d319838d57269f38df16fcde180ca7d5f1 (patch)
tree5101bc5af735f6e62d2362dd3379c069e40e26a1 /crypto/pkcs7
parent162f677def843739f4984d674b4ad33eb726e7ea (diff)
Fix warning.
Diffstat (limited to 'crypto/pkcs7')
-rw-r--r--crypto/pkcs7/pkcs7.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/pkcs7/pkcs7.h b/crypto/pkcs7/pkcs7.h
index f069527bad..c1f8e7db77 100644
--- a/crypto/pkcs7/pkcs7.h
+++ b/crypto/pkcs7/pkcs7.h
@@ -384,6 +384,9 @@ PKCS7 *SMIME_read_PKCS7(BIO *bio, BIO **bcont);
int SMIME_crlf_copy(BIO *in, BIO *out, int flags);
int SMIME_text(BIO *in, BIO *out);
+BIO *BIO_new_PKCS7(BIO *out, PKCS7 *p7);
+
+
/* BEGIN ERROR CODES */
/* The following lines are auto generated by the script mkerr.pl. Any changes
* made after this point may be overwritten when the script is next run.