diff options
author | Simon Josefsson <simon@josefsson.org> | 2007-04-04 14:13:47 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2007-04-04 14:13:47 +0000 |
commit | 47bfe61d3f583c238ce4b3211afc032f5203591b (patch) | |
tree | 28eb9522afc56ef6a734a32a4f615ebfcd8ca7c7 /src/cli.gaa | |
parent | 3eb1b762028864762ca4f5f6ef16d624ce2c2f2a (diff) | |
download | gnutls-47bfe61d3f583c238ce4b3211afc032f5203591b.tar.gz |
Use gnutls_cipher_suite_info.
Diffstat (limited to 'src/cli.gaa')
-rw-r--r-- | src/cli.gaa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli.gaa b/src/cli.gaa index 8a33c86fa1..64b5394fef 100644 --- a/src/cli.gaa +++ b/src/cli.gaa @@ -116,7 +116,7 @@ option (p, port) STR "PORT" { $port = $1 } "The port to connect to." #int insecure; option (insecure) { $insecure = 1 } "Don't abort program if server certificate can't be validated." -option (l, list) { print_list(); exit(0); } "Print a list of the supported algorithms and modes." +option (l, list) { print_list($verbose); exit(0); } "Print a list of the supported algorithms and modes." option (h, help) { gaa_help(); exit(0); } "prints this help" option (v, version) { cli_version(); exit(0); } "prints the program's version number" |