summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2016-06-08 19:38:07 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2016-06-08 19:38:55 +0200
commit16f28ae4f7b64a1346a4e478e62b5359341d833a (patch)
treed3141e9f7ec440dd3696775adc4a04cee2dd88fa
parent5f42c15e052e5e81b52e2f373fa2199a39430975 (diff)
downloadgnutls-16f28ae4f7b64a1346a4e478e62b5359341d833a.tar.gz
doc: remove references to GNUTLS_KEYLOGFILE [ci skip]
-rw-r--r--doc/cha-gtls-app.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cha-gtls-app.texi b/doc/cha-gtls-app.texi
index 07bee69799..bca30de69a 100644
--- a/doc/cha-gtls-app.texi
+++ b/doc/cha-gtls-app.texi
@@ -159,7 +159,7 @@ error. Other available environment variables are shown in @ref{tab:environment}.
@item @code{GNUTLS_DEBUG_LEVEL}
@tab When set to a numeric value, it sets the default debugging level for GnuTLS applications.
-@item @code{GNUTLS_KEYLOGFILE}, @code{SSLKEYLOGFILE}
+@item @code{SSLKEYLOGFILE}
@tab When set to a filename, GnuTLS will append to it the session keys in the NSS Key Log
format. That format can be read by wireshark and will allow decryption of the session for debugging.