summaryrefslogtreecommitdiff
path: root/src/tls_test.gaa
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-02-28 08:55:06 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-02-28 08:55:06 +0000
commit0524db16a51038ee5b291669f90ca601d593d9d7 (patch)
tree5268e4c18b9cc056eba58cfadb6266d3a70b2dbb /src/tls_test.gaa
parentc4acc72c309078ed54b2665d186ac43f578e08d7 (diff)
downloadgnutls-0524db16a51038ee5b291669f90ca601d593d9d7.tar.gz
updated gaa files, and client options.
Diffstat (limited to 'src/tls_test.gaa')
-rw-r--r--src/tls_test.gaa4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tls_test.gaa b/src/tls_test.gaa
index 3251e2304a..de04bd7478 100644
--- a/src/tls_test.gaa
+++ b/src/tls_test.gaa
@@ -7,7 +7,7 @@ option (h, help) { gaa_help(); exit(0); } "prints this help"
#int nrest_args;
#char **rest_args;
-rest optional *STR "hostname" { $rest_args = $1; $nrest_args = @1 }
+rest *STR "hostname" { $rest_args = $1; $nrest_args = @1 }
-init { $rest_args=NULL; $nrest_args=0; $pp = 5556; }
+init { $rest_args=NULL; $nrest_args=0; $pp = 443; }