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/engine/eng_all.c
          +++ new/usr/src/lib/openssl/libsunw_crypto/engine/eng_all.c
↓ open down ↓ 101 lines elided ↑ open up ↑
 102  102  #endif
 103  103  #ifndef OPENSSL_NO_HW_SUREWARE
 104  104          ENGINE_load_sureware();
 105  105  #endif
 106  106  #ifndef OPENSSL_NO_HW_UBSEC
 107  107          ENGINE_load_ubsec();
 108  108  #endif
 109  109  #ifndef OPENSSL_NO_HW_PADLOCK
 110  110          ENGINE_load_padlock();
 111  111  #endif
      112 +#ifndef OPENSSL_NO_HW_PKCS11
      113 +        ENGINE_load_pk11();
      114 +#endif
 112  115  #endif
 113  116  #ifndef OPENSSL_NO_GOST
 114  117          ENGINE_load_gost();
 115  118  #endif
 116  119  #ifndef OPENSSL_NO_GMP
 117  120          ENGINE_load_gmp();
 118  121  #endif
 119  122  #if defined(OPENSSL_SYS_WIN32) && !defined(OPENSSL_NO_CAPIENG)
 120  123          ENGINE_load_capi();
 121  124  #endif
↓ open down ↓ 14 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX