diff --git a/wolfssl/wolfcrypt/wc_port.h b/wolfssl/wolfcrypt/wc_port.h index 61d59a57f..e4c961d9a 100644 --- a/wolfssl/wolfcrypt/wc_port.h +++ b/wolfssl/wolfcrypt/wc_port.h @@ -766,10 +766,10 @@ WOLFSSL_ABI WOLFSSL_API int wolfCrypt_Cleanup(void); #elif defined(WOLFSSL_DEOS) || defined(WOLFSSL_DEOS_RTEMS) #include - #ifndef XTIME - extern time_t deos_time(time_t* timer); - #define XTIME(t1) deos_time((t1)) - #endif + #ifndef XTIME + extern time_t deos_time(time_t* timer); + #define XTIME(t1) deos_time((t1)) + #endif #elif defined(MICRIUM) #include #include