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_lib.c
          +++ new/usr/src/lib/openssl/libsunw_crypto/ts/ts_lib.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  /* Local function declarations. */
  67   67  
  68   68  /* Function definitions. */
  69   69  
  70   70  int TS_ASN1_INTEGER_print_bio(BIO *bio, const ASN1_INTEGER *num)
  71   71          {
  72   72          BIGNUM num_bn;
  73   73          int result = 0;
  74   74          char *hex;
↓ open down ↓ 71 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX