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

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/openssl/libsunw_crypto/cms/cms_lib.c
          +++ new/usr/src/lib/openssl/libsunw_crypto/cms/cms_lib.c
↓ open down ↓ 49 lines elided ↑ open up ↑
  50   50   * OF THE POSSIBILITY OF SUCH DAMAGE.
  51   51   * ====================================================================
  52   52   */
  53   53  
  54   54  #include <openssl/asn1t.h>
  55   55  #include <openssl/x509.h>
  56   56  #include <openssl/err.h>
  57   57  #include <openssl/pem.h>
  58   58  #include <openssl/bio.h>
  59   59  #include <openssl/asn1.h>
  60      -#include "cms.h"
  61      -#include "cms_lcl.h"
       60 +#include <openssl/cms.h>
       61 +#include <cms_lcl.h>
  62   62  
  63   63  IMPLEMENT_ASN1_FUNCTIONS(CMS_ContentInfo)
  64   64  IMPLEMENT_ASN1_PRINT_FUNCTION(CMS_ContentInfo)
  65   65  
  66   66  DECLARE_ASN1_ITEM(CMS_CertificateChoices)
  67   67  DECLARE_ASN1_ITEM(CMS_RevocationInfoChoice)
  68   68  DECLARE_STACK_OF(CMS_CertificateChoices)
  69   69  DECLARE_STACK_OF(CMS_RevocationInfoChoice)
  70   70  
  71   71  const ASN1_OBJECT *CMS_get0_type(CMS_ContentInfo *cms)
↓ open down ↓ 551 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX