fixed issue preventing compile without ssl
This commit is contained in:
parent
77f426f763
commit
de7aed1306
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue