mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 20:24:39 +02:00
fix stray whitespace
This commit is contained in:
@@ -2368,7 +2368,7 @@ int wc_GenerateSeed(OS_Seed* os, byte* output, word32 sz)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
#endif /* end WOLFSSL_ESPWROOM32 */
|
#endif /* end WOLFSSL_ESPWROOM32 */
|
||||||
|
|
||||||
#elif defined(WOLFSSL_LINUXKM)
|
#elif defined(WOLFSSL_LINUXKM)
|
||||||
#include <linux/random.h>
|
#include <linux/random.h>
|
||||||
int wc_GenerateSeed(OS_Seed* os, byte* output, word32 sz)
|
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)
|
#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)
|
||||||
|
@@ -456,8 +456,8 @@ decouple library dependencies with standard string, memory and so on.
|
|||||||
#ifndef STRING_USER
|
#ifndef STRING_USER
|
||||||
#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