@@ -3844,7 +3844,7 @@ int test_tls13_ch2_different_cs(void)
38443844}
38453845
38463846#if defined(WOLFSSL_TLS13 ) && !defined(NO_WOLFSSL_SERVER ) && \
3847- defined(HAVE_ECC )
3847+ defined(HAVE_ECC ) && !defined( NO_FILESYSTEM )
38483848/* Called when writing. */
38493849static int MESend (WOLFSSL * ssl , char * buf , int sz , void * ctx )
38503850{
@@ -3881,7 +3881,7 @@ int test_tls13_sg_missing(void)
38813881{
38823882 EXPECT_DECLS ;
38833883#if defined(WOLFSSL_TLS13 ) && !defined(NO_WOLFSSL_SERVER ) && \
3884- defined(HAVE_ECC )
3884+ defined(HAVE_ECC ) && !defined( NO_FILESYSTEM )
38853885 WOLFSSL_CTX * ctx = NULL ;
38863886 WOLFSSL * ssl = NULL ;
38873887 byte clientHello [] = {
@@ -3952,7 +3952,7 @@ int test_tls13_ks_missing(void)
39523952{
39533953 EXPECT_DECLS ;
39543954#if defined(WOLFSSL_TLS13 ) && !defined(NO_WOLFSSL_SERVER ) && \
3955- defined(HAVE_ECC )
3955+ defined(HAVE_ECC ) && !defined( NO_FILESYSTEM )
39563956 WOLFSSL_CTX * ctx = NULL ;
39573957 WOLFSSL * ssl = NULL ;
39583958 byte clientHello [] = {
@@ -4282,7 +4282,8 @@ int test_key_share_mismatch(void)
42824282
42834283
42844284#if defined(WOLFSSL_TLS13 ) && !defined(NO_RSA ) && defined(HAVE_ECC ) && \
4285- defined(HAVE_AESGCM ) && !defined(NO_WOLFSSL_SERVER )
4285+ defined(HAVE_AESGCM ) && !defined(NO_WOLFSSL_SERVER ) && \
4286+ !defined(NO_FILESYSTEM )
42864287/* Called when writing. */
42874288static int Tls13PTASend (WOLFSSL * ssl , char * buf , int sz , void * ctx )
42884289{
@@ -4410,7 +4411,8 @@ int test_tls13_plaintext_alert(void)
44104411 EXPECT_DECLS ;
44114412
44124413#if defined(WOLFSSL_TLS13 ) && !defined(NO_RSA ) && defined(HAVE_ECC ) && \
4413- defined(HAVE_AESGCM ) && !defined(NO_WOLFSSL_SERVER )
4414+ defined(HAVE_AESGCM ) && !defined(NO_WOLFSSL_SERVER ) && \
4415+ !defined(NO_FILESYSTEM )
44144416 byte clientMsgs [] = {
44154417 /* Client Hello */
44164418 0x16 , 0x03 , 0x03 , 0x01 , 0x9b , 0x01 , 0x00 , 0x01 ,
0 commit comments