fixed issue preventing compile without ssl

This commit is contained in:
Zachary Pavlov 2007-07-17 05:38:05 +00:00
parent 77f426f763
commit de7aed1306

View File

@ -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();