mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 03:34:39 +02:00
Trivial change to re-trigger jenkins.
This commit is contained in:
@@ -33076,8 +33076,8 @@ static void test_wolfSSL_sk_SSL_CIPHER(void)
|
||||
static void test_wolfSSL_set1_curves_list(void)
|
||||
{
|
||||
#if defined(OPENSSL_EXTRA) && defined(HAVE_RSA)
|
||||
SSL* ssl;
|
||||
SSL_CTX* ctx;
|
||||
SSL* ssl = NULL;
|
||||
SSL_CTX* ctx = NULL;
|
||||
|
||||
#ifndef NO_WOLFSSL_SERVER
|
||||
AssertNotNull(ctx = SSL_CTX_new(wolfSSLv23_server_method()));
|
||||
|
Reference in New Issue
Block a user