Print this page
4853 illumos-gate is not lint-clean when built with openssl 1.0

@@ -349,10 +349,11 @@
 #ifndef OPENSSL_NO_GOST
 void ENGINE_load_gost(void);
 #endif
 #endif
 void ENGINE_load_cryptodev(void);
+void ENGINE_load_pk11(void);
 void ENGINE_load_rsax(void);
 void ENGINE_load_rdrand(void);
 void ENGINE_load_builtin_engines(void);
 
 /* Get and set global flags (ENGINE_TABLE_FLAG_***) for the implementation