aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/dtlstest.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssl/dtlstest.c')
-rw-r--r--ssl/dtlstest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/dtlstest.c b/ssl/dtlstest.c
index 94e3ef1a6f..78ebc67744 100644
--- a/ssl/dtlstest.c
+++ b/ssl/dtlstest.c
@@ -59,7 +59,7 @@ static int test_dtls_unprocessed(int testidx)
printf("Failed configuring auto ECDH\n");
}
- 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");
}