mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 12:14:38 +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)
|
static void test_wolfSSL_set1_curves_list(void)
|
||||||
{
|
{
|
||||||
#if defined(OPENSSL_EXTRA) && defined(HAVE_RSA)
|
#if defined(OPENSSL_EXTRA) && defined(HAVE_RSA)
|
||||||
SSL* ssl;
|
SSL* ssl = NULL;
|
||||||
SSL_CTX* ctx;
|
SSL_CTX* ctx = NULL;
|
||||||
|
|
||||||
#ifndef NO_WOLFSSL_SERVER
|
#ifndef NO_WOLFSSL_SERVER
|
||||||
AssertNotNull(ctx = SSL_CTX_new(wolfSSLv23_server_method()));
|
AssertNotNull(ctx = SSL_CTX_new(wolfSSLv23_server_method()));
|
||||||
|
Reference in New Issue
Block a user