forked from PsychoticNinja/irssi
compile fix if there's no openssl
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3154 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
d79cc02a10
commit
0764211998
@ -548,7 +548,7 @@ GIOChannel *net_connect_ip_ssl(IPADDR *ip, int port, IPADDR *my_ip, const char *
|
|||||||
|
|
||||||
#else /* HAVE_OPENSSL */
|
#else /* HAVE_OPENSSL */
|
||||||
|
|
||||||
GIOChannel *net_connect_ip_ssl(IPADDR *ip, int port, IPADDR *my_ip)
|
GIOChannel *net_connect_ip_ssl(IPADDR *ip, int port, IPADDR *my_ip, const char *cert, const char *pkey, const char *cafile, const char *capath, gboolean verify)
|
||||||
{
|
{
|
||||||
g_warning("Connection failed: SSL support not enabled in this build.");
|
g_warning("Connection failed: SSL support not enabled in this build.");
|
||||||
errno = ENOSYS;
|
errno = ENOSYS;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user