From: Nikos Mavrogiannopoulos Date: Thu, 26 Feb 2015 12:03:35 +0000 (+0100) Subject: corrected typo in gnutls_handshake(), spotted by Andris Mednis X-Git-Tag: gnutls_3_4_0~282 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ceb24de3eaad0d75d1a676f2ee6bb17716274f99;p=thirdparty%2Fgnutls.git corrected typo in gnutls_handshake(), spotted by Andris Mednis --- diff --git a/lib/gnutls_handshake.c b/lib/gnutls_handshake.c index aa5d69d79f..5bddae5701 100644 --- a/lib/gnutls_handshake.c +++ b/lib/gnutls_handshake.c @@ -2506,7 +2506,7 @@ static int _gnutls_recv_supplemental(gnutls_session_t session) * * The non-fatal errors expected by this function are: * %GNUTLS_E_INTERRUPTED, %GNUTLS_E_AGAIN, - * %GNUTLS_E_WARNING_ALERT_RECEIVED, and %GNUTLS_GOT_APPLICATION_DATA, + * %GNUTLS_E_WARNING_ALERT_RECEIVED, and %GNUTLS_E_GOT_APPLICATION_DATA, * the latter only in a case of rehandshake. * * The former two interrupt the handshake procedure due to the lower