diff options
| author | June McEnroe <june@causal.agency> | 2026-06-01 14:44:29 -0400 |
|---|---|---|
| committer | June McEnroe <june@causal.agency> | 2026-06-01 14:44:29 -0400 |
| commit | 0133b33e27812202ccef12c532960239c045868d (patch) | |
| tree | 2612e23619392ae000e863c17bc7233efa1f94bb /compat | |
| parent | Import LibreSSL 4.0.0 (diff) | |
| download | libretls-0133b33e27812202ccef12c532960239c045868d.tar.gz libretls-0133b33e27812202ccef12c532960239c045868d.zip | |
Import LibreSSL 4.0.1
Diffstat (limited to 'compat')
| -rw-r--r-- | compat/posix_win.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/posix_win.c b/compat/posix_win.c index bed8c84..1fbfce1 100644 --- a/compat/posix_win.c +++ b/compat/posix_win.c @@ -291,7 +291,7 @@ uid_t getuid(void) #ifdef _MSC_VER struct timezone; -int gettimeofday(struct timeval * tp, struct timezone * tzp) +int gettimeofday(struct timeval *tp, void *tzp) { /* * Note: some broken versions only have 8 trailing zero's, the correct |