mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-16 08:42:50 +00:00
timing: Remove redundant include file
There is no need to include winbase.h, as it will be pulled in by windows.h as needed. Fixes #2640
This commit is contained in:
parent
a152e42e9b
commit
a180926556
@ -64,6 +64,7 @@ Bugfix
|
|||||||
codes to always wrap these codes into X.509 high level error codes before
|
codes to always wrap these codes into X.509 high level error codes before
|
||||||
returning. Fixes #2431.
|
returning. Fixes #2431.
|
||||||
* Fix typo in net_would_block(). Fixes #528 reported by github-monoculture.
|
* Fix typo in net_would_block(). Fixes #528 reported by github-monoculture.
|
||||||
|
* Remove redundant include file in timing.c. Fixes #2640 reported by irwir.
|
||||||
|
|
||||||
API Changes
|
API Changes
|
||||||
* Extend the MBEDTLS_SSL_EXPORT_KEYS to export the handshake randbytes,
|
* Extend the MBEDTLS_SSL_EXPORT_KEYS to export the handshake randbytes,
|
||||||
|
@ -51,7 +51,6 @@
|
|||||||
#if defined(_WIN32) && !defined(EFIX64) && !defined(EFI32)
|
#if defined(_WIN32) && !defined(EFIX64) && !defined(EFI32)
|
||||||
|
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <winbase.h>
|
|
||||||
#include <process.h>
|
#include <process.h>
|
||||||
|
|
||||||
struct _hr_time
|
struct _hr_time
|
||||||
|
Loading…
x
Reference in New Issue
Block a user