mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 04:04:39 +02:00
USE_WOLF_TIMEVAL_T
This commit is contained in:
@@ -460,6 +460,16 @@ WOLFSSL_API int wolfCrypt_Cleanup(void);
|
||||
#if defined(USE_WOLF_TIME_T)
|
||||
typedef long time_t;
|
||||
#endif
|
||||
#if defined(USE_WOLF_SUSECONDS_T)
|
||||
typedef long suseconds_t;
|
||||
#endif
|
||||
#if defined(USE_WOLF_TIMEVAL_T)
|
||||
struct timeval
|
||||
{
|
||||
time_t tv_sec;
|
||||
suseconds_t tv_usec;
|
||||
};
|
||||
#endif
|
||||
|
||||
/* forward declarations */
|
||||
#if defined(USER_TIME)
|
||||
|
Reference in New Issue
Block a user