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_ssl/s3_lib.c
          +++ new/usr/src/lib/openssl/libsunw_ssl/s3_lib.c
↓ open down ↓ 146 lines elided ↑ open up ↑
 147  147   * OTHER ENTITY BASED ON INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS OR
 148  148   * OTHERWISE.
 149  149   */
 150  150  
 151  151  #include <stdio.h>
 152  152  #include <openssl/objects.h>
 153  153  #include "ssl_locl.h"
 154  154  #include "kssl_lcl.h"
 155  155  #ifndef OPENSSL_NO_TLSEXT
 156  156  #ifndef OPENSSL_NO_EC
 157      -#include "../crypto/ec/ec_lcl.h"
      157 +#include <ec_lcl.h>
 158  158  #endif /* OPENSSL_NO_EC */
 159  159  #endif /* OPENSSL_NO_TLSEXT */
 160  160  #include <openssl/md5.h>
 161  161  #ifndef OPENSSL_NO_DH
 162  162  #include <openssl/dh.h>
 163  163  #endif
 164  164  
 165  165  const char ssl3_version_str[]="SSLv3" OPENSSL_VERSION_PTEXT;
 166  166  
 167  167  #define SSL3_NUM_CIPHERS        (sizeof(ssl3_ciphers)/sizeof(SSL_CIPHER))
↓ open down ↓ 4126 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX