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/pqueue/pqueue.c
          +++ new/usr/src/lib/openssl/libsunw_crypto/pqueue/pqueue.c
↓ open down ↓ 51 lines elided ↑ open up ↑
  52   52   * ====================================================================
  53   53   *
  54   54   * This product includes cryptographic software written by Eric Young
  55   55   * (eay@cryptsoft.com).  This product includes software written by Tim
  56   56   * Hudson (tjh@cryptsoft.com).
  57   57   *
  58   58   */
  59   59  
  60   60  #include "cryptlib.h"
  61   61  #include <openssl/bn.h>
  62      -#include "pqueue.h"
       62 +#include <openssl/pqueue.h>
  63   63  
  64   64  typedef struct _pqueue
  65   65          {
  66   66          pitem *items;
  67   67          int count;
  68   68          } pqueue_s;
  69   69  
  70   70  pitem *
  71   71  pitem_new(unsigned char *prio64be, void *data)
  72   72          {
↓ open down ↓ 180 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX