summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/dtlstest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dtlstest.c b/test/dtlstest.c
index 4d497af1af..fd6e2ab771 100644
--- a/test/dtlstest.c
+++ b/test/dtlstest.c
@@ -55,7 +55,7 @@ static int test_dtls_unprocessed(int testidx)
return 0;
}
- if (!SSL_CTX_set_cipher_list(cctx, "ECDHE-RSA-AES256-SHA384")) {
+ if (!SSL_CTX_set_cipher_list(cctx, "AES128-SHA")) {
printf("Failed setting cipher list\n");
}