summaryrefslogtreecommitdiff
path: root/src/tls_test.gaa
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2003-08-27 15:24:59 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2003-08-27 15:24:59 +0000
commit0dafff6ef7bdb6441c0d634812978a4389683bfb (patch)
tree39bd84d60018adbbffbe22c37438992f19571fdb /src/tls_test.gaa
parent09fdce3d8dc2b8839da4ad90ae02df648af61aa3 (diff)
downloadgnutls-0dafff6ef7bdb6441c0d634812978a4389683bfb.tar.gz
corrected bug in the session resumption detection in the gnutls-cli-debug, and other minor fixes.
Diffstat (limited to 'src/tls_test.gaa')
-rw-r--r--src/tls_test.gaa3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tls_test.gaa b/src/tls_test.gaa
index bf3a059c24..dfa4948429 100644
--- a/src/tls_test.gaa
+++ b/src/tls_test.gaa
@@ -3,6 +3,9 @@ helpnode "GNU TLS debug client\nUsage: gnutls-cli-debug [options] hostname\n\n"
#int pp;
option (p, port) INT "integer" { $pp = $1 } "The port to connect to."
+#int debug;
+option (d, debug) INT "integer" { $debug = $1 } "Enable debugging"
+
#int more_info;
option (v, verbose) { $more_info = 1 } "More verbose output"