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 | |
| parent | Import LibreSSL 4.0.0 (diff) | |
| download | libretls-0133b33e27812202ccef12c532960239c045868d.tar.gz libretls-0133b33e27812202ccef12c532960239c045868d.zip | |
Import LibreSSL 4.0.1
| -rw-r--r-- | VERSION | 2 | ||||
| -rw-r--r-- | compat/posix_win.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/VERSION b/VERSION index fcdb2e1..1454f6e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.0.0 +4.0.1 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 |