mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-07 04:36:41 +00:00
The sample application programs/ssl/ssl_server2.c was previously modifies to use inttypes.h to parse a string to a 64-bit integer. However, MSVC does not support C99, so compilation fails. This patch modifies the sample app to use the MSVC specific parsing functions instead of inttypes.h.