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_time.c
          +++ new/usr/src/lib/openssl/libsunw_crypto/o_time.c
↓ open down ↓ 53 lines elided ↑ open up ↑
  54   54   * ====================================================================
  55   55   *
  56   56   * This product includes cryptographic software written by Eric Young
  57   57   * (eay@cryptsoft.com).  This product includes software written by Tim
  58   58   * Hudson (tjh@cryptsoft.com).
  59   59   *
  60   60   */
  61   61  
  62   62  #include <openssl/e_os2.h>
  63   63  #include <string.h>
  64      -#include "o_time.h"
       64 +#include <o_time.h>
  65   65  
  66   66  #ifdef OPENSSL_SYS_VMS
  67   67  # if __CRTL_VER >= 70000000 && \
  68   68       (defined _POSIX_C_SOURCE || !defined _ANSI_C_SOURCE)
  69   69  #  define VMS_GMTIME_OK
  70   70  # endif
  71   71  # ifndef VMS_GMTIME_OK
  72   72  #  include <libdtdef.h>
  73   73  #  include <lib$routines.h>
  74   74  #  include <lnmdef.h>
↓ open down ↓ 298 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX