From 6564f506e7aca01b7eb55a95dc49418238932a3b Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Mon, 6 Dec 2010 13:03:24 +0100 Subject: [PATCH] gnutls: update for require-close-notify semantics change --- tls/gnutls/gtlsconnection-gnutls.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/tls/gnutls/gtlsconnection-gnutls.c b/tls/gnutls/gtlsconnection-gnutls.c index 14634ee..b812b18 100644 --- a/tls/gnutls/gtlsconnection-gnutls.c +++ b/tls/gnutls/gtlsconnection-gnutls.c @@ -976,9 +976,6 @@ close_internal (GTlsConnectionGnutls *gnutls, { int ret; - if (!gnutls->priv->require_close_notify) - return TRUE; - /* If we haven't finished the initial handshake yet, there's no * reason to finish it just so we can close. */ -- 2.7.4