]> granicus.if.org Git - openssl/commitdiff
Delete functions not implemented in 0.9.8 from cms.h
authorDr. Stephen Henson <steve@openssl.org>
Thu, 3 Apr 2008 23:31:35 +0000 (23:31 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 3 Apr 2008 23:31:35 +0000 (23:31 +0000)
crypto/cms/cms.h

index c6abb24c43a225df95cf628373825d8fc1079de8..cda7a2b0f071682162676f23a53634534f3db1c6 100644 (file)
@@ -127,9 +127,6 @@ DECLARE_PEM_rw_const(CMS, CMS_ContentInfo)
 CMS_ContentInfo *d2i_CMS_bio(BIO *bp, CMS_ContentInfo **cms);
 int i2d_CMS_bio(BIO *bp, CMS_ContentInfo *cms);
 
-BIO *BIO_new_CMS(BIO *out, CMS_ContentInfo *cms);
-int i2d_CMS_bio_stream(BIO *out, CMS_ContentInfo *cms, BIO *in, int flags);
-int PEM_write_bio_CMS_stream(BIO *out, CMS_ContentInfo *cms, BIO *in, int flags);
 CMS_ContentInfo *SMIME_read_CMS(BIO *bio, BIO **bcont);
 int SMIME_write_CMS(BIO *bio, CMS_ContentInfo *cms, BIO *data, int flags);