X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fpkcs7%2Fpkcs7.h;h=7191fcf1802d5979531c822d705fc47e76268b6f;hp=de2eadc139e52a0777117820fc33ae9c9a8c7700;hb=237d7b6caee75d64cf8cbbd424afa7627e05be26;hpb=8931b30d8478b0bd24af251fac64e7b0bf121369 diff --git a/crypto/pkcs7/pkcs7.h b/crypto/pkcs7/pkcs7.h index de2eadc139..7191fcf180 100644 --- a/crypto/pkcs7/pkcs7.h +++ b/crypto/pkcs7/pkcs7.h @@ -382,7 +382,6 @@ 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);