@@ -58,7 +58,9 @@ init_libnativenet() {
Socket_IP::init_type();
Socket_TCP::init_type();
Socket_TCP_Listen::init_type();
+#ifdef HAVE_OPENSSL
Socket_TCP_SSL::init_type();
+#endif
Socket_UDP_Incoming::init_type();
Socket_UDP_Outgoing::init_type();
Socket_UDP::init_type();