[crypto/bn] fix a few small timing leaks in BN_lshift1 and BN_rshift1
[openssl.git] / crypto / cms / cms_io.c
index ad418844df7a19796c30fb3847777892844eef40..06c5a1bb273d4e71a29041371ce8b4bfb822f42f 100644 (file)
@@ -12,8 +12,9 @@
 #include <openssl/err.h>
 #include <openssl/pem.h>
 #include <openssl/cms.h>
-#include "cms_lcl.h"
+#include "cms_local.h"
 
+/* unfortunately cannot constify BIO_new_NDEF() due to this and PKCS7_stream() */
 int CMS_stream(unsigned char ***boundary, CMS_ContentInfo *cms)
 {
     ASN1_OCTET_STRING **pos;