1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-01 10:06:53 +03:00

Merge pull request #5167 from tom-cosgrove-arm/fix-builds-with-only-mbedtls_bignum_c-defined

Backport 2.x: Fix builds when config.h only defines MBEDTLS_BIGNUM_C
This commit is contained in:
Gilles Peskine
2021-12-07 12:38:04 +01:00
committed by GitHub
4 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,5 @@
#include "common.h"
#include <limits.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>