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

*** 55,66 **** #include <openssl/x509.h> #include <openssl/err.h> #include <openssl/pem.h> #include <openssl/bio.h> #include <openssl/asn1.h> ! #include "cms.h" ! #include "cms_lcl.h" IMPLEMENT_ASN1_FUNCTIONS(CMS_ContentInfo) IMPLEMENT_ASN1_PRINT_FUNCTION(CMS_ContentInfo) DECLARE_ASN1_ITEM(CMS_CertificateChoices) --- 55,66 ---- #include <openssl/x509.h> #include <openssl/err.h> #include <openssl/pem.h> #include <openssl/bio.h> #include <openssl/asn1.h> ! #include <openssl/cms.h> ! #include <cms_lcl.h> IMPLEMENT_ASN1_FUNCTIONS(CMS_ContentInfo) IMPLEMENT_ASN1_PRINT_FUNCTION(CMS_ContentInfo) DECLARE_ASN1_ITEM(CMS_CertificateChoices)