summaryrefslogtreecommitdiff
path: root/tests/suite
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2015-03-29 10:27:57 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2015-03-29 10:27:57 +0200
commit07d62c0b7edb75fd8661f7814345a09c9dc3fc4c (patch)
tree91c606788544592ac16e77d09b0e0ea003dbf873 /tests/suite
parentd61ad95b9f4c552e5f378fdb321f932914538bb2 (diff)
downloadgnutls-07d62c0b7edb75fd8661f7814345a09c9dc3fc4c.tar.gz
updated test-ciphersuite.sh for new types
Diffstat (limited to 'tests/suite')
-rwxr-xr-xtests/suite/ciphersuite/scan-gnutls.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/suite/ciphersuite/scan-gnutls.sh b/tests/suite/ciphersuite/scan-gnutls.sh
index beb4db9eb2..95cd9bdba5 100755
--- a/tests/suite/ciphersuite/scan-gnutls.sh
+++ b/tests/suite/ciphersuite/scan-gnutls.sh
@@ -4,7 +4,7 @@
echo 'var gnutls_ciphersuites = {'
cd ../../../lib/algorithms/ && gcc -E ciphersuites.c -I.. -I../../ -DHAVE_CONFIG_H -DHAVE_LIBNETTLE -I../../gl -I../includes -DENABLE_DHE -DENABLE_ECDHE -DENABLE_PSK -DENABLE_ANON -DENABLE_SRP \
- | awk '/^static const gnutls_cipher_suite_entry cs_algorithms/, /;/ { print; }' \
+ | awk '/^static const gnutls_cipher_suite_entry_st cs_algorithms/, /;/ { print; }' \
| grep '{' | head -n-1 | tail -n+2 \
| sed -r -e 's#\{ *0x(..), *0x(..) *\}#0x\1\2#;s# *\{ *"#"#;s#\}##;s#, +# #g' \
-e 's#GNUTLS_VERSION_UNKNOWN#unknown#' \