summaryrefslogtreecommitdiff
path: root/tests/long-session-id.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2018-03-13 15:46:16 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2018-03-19 17:19:18 +0100
commit80f182e8c205d3b25fedbc629d71abcd2483739e (patch)
tree4958e8376546928ee63f8181fcf8a0342b399927 /tests/long-session-id.c
parent671826acc0893f05712266a49dac4851c6523bb7 (diff)
downloadgnutls-80f182e8c205d3b25fedbc629d71abcd2483739e.tar.gz
tests: updated for TLS1.3 inclusion
This moves the test to use a specific version or test multiple TLS versions if applicable. Resolves #413 Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'tests/long-session-id.c')
-rw-r--r--tests/long-session-id.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/long-session-id.c b/tests/long-session-id.c
index 55f0641a45..2d783db1d1 100644
--- a/tests/long-session-id.c
+++ b/tests/long-session-id.c
@@ -243,7 +243,7 @@ void doit(void)
signal(SIGCHLD, ch_handler);
signal(SIGPIPE, SIG_IGN);
- start("NORMAL");
+ start("NORMAL:-VERS-ALL:+VERS-TLS1.2");
}
#endif /* _WIN32 */