Add a test for unrecognised record types
[openssl.git] / test / dtlstest.c
index 4d497af1afe9e849126351f21c9bccf918528842..fd6e2ab771ed863d91706289666266d47f583975 100644 (file)
@@ -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");
     }