projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4359b88
)
PR: 2102
author
Dr. Stephen Henson
<steve@openssl.org>
Tue, 5 Jan 2010 17:58:15 +0000
(17:58 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Tue, 5 Jan 2010 17:58:15 +0000
(17:58 +0000)
Submitted by: John Fitzgibbon <john_fitzgibbon@yahoo.com>
Remove duplicate definitions.
crypto/pkcs7/pkcs7.h
patch
|
blob
|
history
diff --git
a/crypto/pkcs7/pkcs7.h
b/crypto/pkcs7/pkcs7.h
index 7191fcf1802d5979531c822d705fc47e76268b6f..e4d443193c43a35506dc4940e874373cd37b8774 100644
(file)
--- 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);