summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-10-10 15:22:24 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-10-10 15:22:24 +0000
commit01cabe769f44b7fae7546036c48c27879b7be656 (patch)
treee57a887e27151f2a92c7c439ab7ebc231d2c10c1
parent8ce3ba0d27d9f9e706d21536a3a4289551a1661d (diff)
downloadgnutls-01cabe769f44b7fae7546036c48c27879b7be656.tar.gz
*** empty log message ***
-rw-r--r--doc/tex/ex-alert.tex3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/tex/ex-alert.tex b/doc/tex/ex-alert.tex
index 8a7675bb1e..8afe6e69b6 100644
--- a/doc/tex/ex-alert.tex
+++ b/doc/tex/ex-alert.tex
@@ -16,6 +16,9 @@ void check_alert(gnutls_session session, int ret)
|| ret == GNUTLS_E_FATAL_ALERT_RECEIVED) {
last_alert = gnutls_alert_get(session);
+ /* The check for renegotiation is only useful if we are
+ * a client, and should be removed otherwise.
+ */
if (last_alert == GNUTLS_A_NO_RENEGOTIATION &&
ret == GNUTLS_E_WARNING_ALERT_RECEIVED)
printf("* Received NO_RENEGOTIATION alert. "