Revert random changes from commit#22606.
[oweals/openssl.git] / crypto / pkcs7 / pkcs7.h
index de2eadc139e52a0777117820fc33ae9c9a8c7700..e4d443193c43a35506dc4940e874373cd37b8774 100644 (file)
@@ -382,10 +382,7 @@ int PKCS7_add1_attrib_digest(PKCS7_SIGNER_INFO *si,
                                const unsigned char *md, int mdlen);
 
 int SMIME_write_PKCS7(BIO *bio, PKCS7 *p7, BIO *data, int flags);
-ASN1_VALUE *SMIME_read_asn1(BIO *bio, BIO **bcont, const ASN1_ITEM *it);
 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);