Mbed-TLS / mbedtls

An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases.
https://www.trustedfirmware.org/projects/mbed-tls/
Other
5.02k stars 2.5k forks source link

Fix typo in platform_util.c #9285

Open mimok opened 1 week ago

mimok commented 1 week ago

Description

There is a typo in the platform_util.c file where a parenthesis lack. This bug causes the build to fail when MBEDTLS_HAVE_TIME_DATE is defined and an non win32 platform is used.