fixed unit test failure

This commit is contained in:
Hideki Miyazaki
2021-04-14 21:25:50 +09:00
parent 03cfc3dc8f
commit 5a1d171236

View File

@ -36721,7 +36721,7 @@ static void test_wolfSSL_QT_EVP_PKEY_CTX_free(void)
AssertNotNull(pkey = wolfSSL_EVP_PKEY_new());
AssertNotNull(ctx = EVP_PKEY_CTX_new(pkey, NULL));
#if defined(WOLFSSL_QT)
#if defined(OPENSSL_VERSION_NUMBER) && OPENSSL_VERSION_NUMBER >= 0x10100000L
/* void */
EVP_PKEY_CTX_free(ctx);
AssertTrue(1);