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/o_str.c
          +++ new/usr/src/lib/openssl/libsunw_crypto/o_str.c
↓ open down ↓ 50 lines elided ↑ open up ↑
  51   51   * ====================================================================
  52   52   *
  53   53   * This product includes cryptographic software written by Eric Young
  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 <ctype.h>
  60   60  #include <e_os.h>
  61      -#include "o_str.h"
       61 +#include <o_str.h>
  62   62  
  63   63  #if !defined(OPENSSL_IMPLEMENTS_strncasecmp) && \
  64   64      !defined(OPENSSL_SYSNAME_WIN32) && \
  65   65      !defined(NETWARE_CLIB)
  66   66  # include <strings.h>
  67   67  #endif
  68   68  
  69   69  int OPENSSL_strncasecmp(const char *str1, const char *str2, size_t n)
  70   70          {
  71   71  #if defined(OPENSSL_IMPLEMENTS_strncasecmp)
↓ open down ↓ 40 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX