Refactor to avoid unnecessary preprocessor logic
[oweals/openssl.git] / ssl / dtlstest.c
index 94e3ef1a6f96b2ee27049e4912d73149c3007b5c..78ebc67744c4931dee515f14d7252d8968025b10 100644 (file)
@@ -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");
     }