summaryrefslogtreecommitdiff
path: root/tests/status-request-ok.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/status-request-ok.c')
-rw-r--r--tests/status-request-ok.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/status-request-ok.c b/tests/status-request-ok.c
index 50a4a9d4b7..5dda6faf4f 100644
--- a/tests/status-request-ok.c
+++ b/tests/status-request-ok.c
@@ -249,7 +249,7 @@ static void server(int fd)
/* avoid calling all the priority functions, since the defaults
* are adequate.
*/
- gnutls_priority_set_direct(session, "NORMAL", NULL);
+ gnutls_priority_set_direct(session, "NORMAL:-VERS-ALL:+VERS-TLS1.2", NULL);
gnutls_credentials_set(session, GNUTLS_CRD_CERTIFICATE, x509_cred);