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/mem_dbg.c
          +++ new/usr/src/lib/openssl/libsunw_crypto/mem_dbg.c
↓ open down ↓ 104 lines elided ↑ open up ↑
 105  105   *
 106  106   * This product includes cryptographic software written by Eric Young
 107  107   * (eay@cryptsoft.com).  This product includes software written by Tim
 108  108   * Hudson (tjh@cryptsoft.com).
 109  109   *
 110  110   */
 111  111  
 112  112  #include <stdio.h>
 113  113  #include <stdlib.h>
 114  114  #include <time.h>
 115      -#include "cryptlib.h"
      115 +#include <cryptlib.h>
 116  116  #include <openssl/crypto.h>
 117  117  #include <openssl/buffer.h>
 118  118  #include <openssl/bio.h>
 119  119  #include <openssl/lhash.h>
 120  120  
 121  121  static int mh_mode=CRYPTO_MEM_CHECK_OFF;
 122  122  /* The state changes to CRYPTO_MEM_CHECK_ON | CRYPTO_MEM_CHECK_ENABLE
 123  123   * when the application asks for it (usually after library initialisation
 124  124   * for which no book-keeping is desired).
 125  125   *
↓ open down ↓ 749 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX