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/include/openssl/engine.h
          +++ new/usr/src/lib/openssl/include/openssl/engine.h
↓ open down ↓ 343 lines elided ↑ open up ↑
 344  344  void ENGINE_load_padlock(void);
 345  345  void ENGINE_load_capi(void);
 346  346  #ifndef OPENSSL_NO_GMP
 347  347  void ENGINE_load_gmp(void);
 348  348  #endif
 349  349  #ifndef OPENSSL_NO_GOST
 350  350  void ENGINE_load_gost(void);
 351  351  #endif
 352  352  #endif
 353  353  void ENGINE_load_cryptodev(void);
      354 +void ENGINE_load_pk11(void);
 354  355  void ENGINE_load_rsax(void);
 355  356  void ENGINE_load_rdrand(void);
 356  357  void ENGINE_load_builtin_engines(void);
 357  358  
 358  359  /* Get and set global flags (ENGINE_TABLE_FLAG_***) for the implementation
 359  360   * "registry" handling. */
 360  361  unsigned int ENGINE_get_table_flags(void);
 361  362  void ENGINE_set_table_flags(unsigned int flags);
 362  363  
 363  364  /* Manage registration of ENGINEs per "table". For each type, there are 3
↓ open down ↓ 479 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX