summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-01-05 17:57:33 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-01-05 17:57:33 +0000
commit60c52245e101f508f369803c5e2057a900f1e5b8 (patch)
tree9242c9829d3407e9e1f4ab6da13ee6ef68b0a607
parent2a30fec786a3f077b6ef78ce411e5ea86bdd23a1 (diff)
PR: 2102
Submitted by: John Fitzgibbon <john_fitzgibbon@yahoo.com> Remove duplicate definitions.
-rw-r--r--crypto/pkcs7/pkcs7.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/pkcs7/pkcs7.h b/crypto/pkcs7/pkcs7.h
index 7191fcf180..e4d443193c 100644
--- a/crypto/pkcs7/pkcs7.h
+++ b/crypto/pkcs7/pkcs7.h
@@ -383,8 +383,6 @@ int PKCS7_add1_attrib_digest(PKCS7_SIGNER_INFO *si,
int SMIME_write_PKCS7(BIO *bio, PKCS7 *p7, BIO *data, int flags);
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);