Although less safe, this GNUTLS call is present in older versions.
authorThadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Tue, 7 Jul 2009 21:08:44 +0000 (18:08 -0300)
committerThadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Mon, 20 Jul 2009 17:41:25 +0000 (14:41 -0300)
commit14e00ebddd362c7a5d1acdf36116426778085ffb
tree5aaee327d79a3fcc7265702cb08090f41423d45b
parent553d06b164c99bd9b388cd4bfdb43a8d1a95b3a5
Although less safe, this GNUTLS call is present in older versions.

Use set_global_errno instead of set_errno, since the former is present
in older versions and we need to make it work for older systems.
However, this should only be used if a not recent enough version of
GNUTLS is found. We should work with autoconf to make that work for us.
hcconn_ssl.c