Merge pull request #9153 from gilles-peskine-arm/oid-limits-2.28

2.28 only: Fix the build without check_config.h (inclusion of limits.h)
This commit is contained in:
Gilles Peskine
2024-05-29 16:14:24 +00:00
committed by GitHub
8 changed files with 18 additions and 0 deletions

View File

@@ -35,6 +35,8 @@
#define MBEDTLS_EXIT_FAILURE EXIT_FAILURE
#endif /* MBEDTLS_PLATFORM_C */
#include <limits.h>
#if !defined(MBEDTLS_NET_C)
int main(void)
{