improve CMP logging according to comments on CMP chunk 7 preview
[openssl.git] / include / openssl / cms.h
index 3c2bad271c71cb683d760de07342d07f5dd5c710..1d502fa457638899029f6d0258c24178f5f18fe3 100644 (file)
@@ -91,7 +91,7 @@ int CMS_is_detached(CMS_ContentInfo *cms);
 int CMS_set_detached(CMS_ContentInfo *cms, int detached);
 
 # ifdef OPENSSL_PEM_H
-DECLARE_PEM_rw_const(CMS, CMS_ContentInfo)
+DECLARE_PEM_rw(CMS, CMS_ContentInfo)
 # endif
 int CMS_stream(unsigned char ***boundary, CMS_ContentInfo *cms);
 CMS_ContentInfo *d2i_CMS_bio(BIO *bp, CMS_ContentInfo **cms);