mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-03 12:44:45 +02:00
fix stray whitespace
This commit is contained in:
@@ -2382,9 +2382,9 @@ int wc_GenerateSeed(OS_Seed* os, byte* output, word32 sz)
|
|||||||
|
|
||||||
#elif defined(WOLFSSL_RENESAS_TSIP)
|
#elif defined(WOLFSSL_RENESAS_TSIP)
|
||||||
#if defined(WOLFSSL_RENESA_TSIP_IAREWRX)
|
#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
|
#endif
|
||||||
#include "r_bsp/platform.h"
|
#include "r_bsp/platform.h"
|
||||||
#include "r_tsip_rx_if.h"
|
#include "r_tsip_rx_if.h"
|
||||||
|
|
||||||
int wc_GenerateSeed(OS_Seed* os, byte* output, word32 sz)
|
int wc_GenerateSeed(OS_Seed* os, byte* output, word32 sz)
|
||||||
|
@@ -457,7 +457,7 @@ decouple library dependencies with standard string, memory and so on.
|
|||||||
#if defined(WOLFSSL_LINUXKM)
|
#if defined(WOLFSSL_LINUXKM)
|
||||||
#include <linux/string.h>
|
#include <linux/string.h>
|
||||||
#else
|
#else
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define XMEMCPY(d,s,l) memcpy((d),(s),(l))
|
#define XMEMCPY(d,s,l) memcpy((d),(s),(l))
|
||||||
|
Reference in New Issue
Block a user