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/ts/ts_rsp_print.c
          +++ new/usr/src/lib/openssl/libsunw_crypto/ts/ts_rsp_print.c
↓ open down ↓ 53 lines elided ↑ open up ↑
  54   54   * (eay@cryptsoft.com).  This product includes software written by Tim
  55   55   * Hudson (tjh@cryptsoft.com).
  56   56   *
  57   57   */
  58   58  
  59   59  #include <stdio.h>
  60   60  #include "cryptlib.h"
  61   61  #include <openssl/objects.h>
  62   62  #include <openssl/bn.h>
  63   63  #include <openssl/x509v3.h>
  64      -#include "ts.h"
       64 +#include <openssl/ts.h>
  65   65  
  66   66  struct status_map_st
  67   67          {
  68   68          int bit;
  69   69          const char *text;
  70   70          };
  71   71  
  72   72  /* Local function declarations. */
  73   73  
  74   74  static int TS_status_map_print(BIO *bio, struct status_map_st *a,
↓ open down ↓ 213 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX