mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
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…
x
Reference in New Issue
Block a user