Print this page
4853 illumos-gate is not lint-clean when built with openssl 1.0

@@ -53,12 +53,12 @@
 
 #include <openssl/asn1t.h>
 #include <openssl/x509.h>
 #include <openssl/err.h>
 #include <openssl/pem.h>
-#include "cms.h"
-#include "cms_lcl.h"
+#include <openssl/cms.h>
+#include <cms_lcl.h>
 
 int CMS_stream(unsigned char ***boundary, CMS_ContentInfo *cms)
         {
         ASN1_OCTET_STRING **pos;
         pos = CMS_get0_content(cms);