forked from wolfSSL/wolfssl
fix whitespace
This commit is contained in:
@@ -766,10 +766,10 @@ WOLFSSL_ABI WOLFSSL_API int wolfCrypt_Cleanup(void);
|
|||||||
|
|
||||||
#elif defined(WOLFSSL_DEOS) || defined(WOLFSSL_DEOS_RTEMS)
|
#elif defined(WOLFSSL_DEOS) || defined(WOLFSSL_DEOS_RTEMS)
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#ifndef XTIME
|
#ifndef XTIME
|
||||||
extern time_t deos_time(time_t* timer);
|
extern time_t deos_time(time_t* timer);
|
||||||
#define XTIME(t1) deos_time((t1))
|
#define XTIME(t1) deos_time((t1))
|
||||||
#endif
|
#endif
|
||||||
#elif defined(MICRIUM)
|
#elif defined(MICRIUM)
|
||||||
#include <clk.h>
|
#include <clk.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
Reference in New Issue
Block a user