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

@@ -107,10 +107,13 @@
         ENGINE_load_ubsec();
 #endif
 #ifndef OPENSSL_NO_HW_PADLOCK
         ENGINE_load_padlock();
 #endif
+#ifndef OPENSSL_NO_HW_PKCS11
+        ENGINE_load_pk11();
+#endif
 #endif
 #ifndef OPENSSL_NO_GOST
         ENGINE_load_gost();
 #endif
 #ifndef OPENSSL_NO_GMP