Commit fe34735c authored by Matt Caswell's avatar Matt Caswell
Browse files

Choose a ciphersuite for testing that won't be affected by "no-*" options



The previous ciphersuite broke in no-ec builds.

Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
parent 099e2968
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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");
    }