From 0a97aa83b629f49f8cb790c05f73e09fd5da6d1b Mon Sep 17 00:00:00 2001 From: kaleb-himes Date: Mon, 7 Nov 2022 10:36:24 -0700 Subject: [PATCH] Update azsphere support to prevent compilation of file included inline --- IDE/MSVS-2019-AZSPHERE/wolfssl_new_azsphere/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/IDE/MSVS-2019-AZSPHERE/wolfssl_new_azsphere/CMakeLists.txt b/IDE/MSVS-2019-AZSPHERE/wolfssl_new_azsphere/CMakeLists.txt index f3a8253eb..40066d914 100644 --- a/IDE/MSVS-2019-AZSPHERE/wolfssl_new_azsphere/CMakeLists.txt +++ b/IDE/MSVS-2019-AZSPHERE/wolfssl_new_azsphere/CMakeLists.txt @@ -37,6 +37,7 @@ list( REMOVE_ITEM SSL_SOURCES ../../../src/conf.c ) list( REMOVE_ITEM SSL_SOURCES ../../../src/x509.c ) list( REMOVE_ITEM SSL_SOURCES ../../../src/x509_str.c ) list( REMOVE_ITEM SSL_SOURCES ../../../src/pk.c ) +list( REMOVE_ITEM SSL_SOURCES ../../../src/ssl_misc.c ) aux_source_directory( ${CRYPTO_SRC_DIR} CRYPTO_SOURCES ) list( REMOVE_ITEM CRYPTO_SOURCES ../../../wolfcrypt/src/evp.c ) list( REMOVE_ITEM CRYPTO_SOURCES ../../../wolfcrypt/src/misc.c )