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:
commit
d2fe30349a
@ -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_ */
|
||||
|
@ -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 )
|
||||
|
Loading…
x
Reference in New Issue
Block a user