Merge pull request #5778 from kaleb-himes/fix-azsphere-nightly-test

Update azsphere support to prevent compilation of file included inline
This commit is contained in:
David Garske 2022-11-07 12:48:31 -08:00 committed by GitHub
commit d2fe30349a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -92,5 +92,7 @@
#define WOLFIO_DEBUG
#define NO_MAIN_DRIVER
#define WOLFSSL_IGNORE_FILE_WARN /* Added per peer review as a guard against
* future warnings, PR #5778 */
#endif /* _USER_SETTINGS_H_ */

View File

@ -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 )