From 701acdd41542656493d753a75480bc0594ea74b9 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Fri, 16 Dec 2005 18:58:00 +0100 Subject: Non-blocking SSL handshakes for GnuTLS. The rest might come later, but is slightly less important. --- protocols/ssl_nss.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'protocols/ssl_nss.c') diff --git a/protocols/ssl_nss.c b/protocols/ssl_nss.c index 7c5f5637..d28983fc 100644 --- a/protocols/ssl_nss.c +++ b/protocols/ssl_nss.c @@ -38,6 +38,8 @@ #include #include +int ssl_errno = 0; + static gboolean initialized = FALSE; struct scd -- cgit v1.2.3