diff --git a/wolfcrypt/src/random.c b/wolfcrypt/src/random.c index a90b47c67..3ec2b2162 100644 --- a/wolfcrypt/src/random.c +++ b/wolfcrypt/src/random.c @@ -2368,7 +2368,7 @@ int wc_GenerateSeed(OS_Seed* os, byte* output, word32 sz) return 0; } #endif /* end WOLFSSL_ESPWROOM32 */ - + #elif defined(WOLFSSL_LINUXKM) #include int wc_GenerateSeed(OS_Seed* os, byte* output, word32 sz) @@ -2382,9 +2382,9 @@ int wc_GenerateSeed(OS_Seed* os, byte* output, word32 sz) #elif defined(WOLFSSL_RENESAS_TSIP) #if defined(WOLFSSL_RENESA_TSIP_IAREWRX) - #include "r_bsp/mcu/all/r_rx_compiler.h" + #include "r_bsp/mcu/all/r_rx_compiler.h" #endif - #include "r_bsp/platform.h" + #include "r_bsp/platform.h" #include "r_tsip_rx_if.h" int wc_GenerateSeed(OS_Seed* os, byte* output, word32 sz) diff --git a/wolfssl/wolfcrypt/types.h b/wolfssl/wolfcrypt/types.h index e613b5151..d51992466 100644 --- a/wolfssl/wolfcrypt/types.h +++ b/wolfssl/wolfcrypt/types.h @@ -456,8 +456,8 @@ decouple library dependencies with standard string, memory and so on. #ifndef STRING_USER #if defined(WOLFSSL_LINUXKM) #include - #else - #include + #else + #include #endif #define XMEMCPY(d,s,l) memcpy((d),(s),(l))