1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Merge pull request #5783 from mprse/md_dep_v3

Fix undeclared dependencies: MD
This commit is contained in:
Manuel Pégourié-Gonnard
2022-05-10 10:41:32 +02:00
committed by GitHub
8 changed files with 72 additions and 12 deletions

View File

@ -49,10 +49,6 @@
#include <string.h>
#if defined(MBEDTLS_PKCS1_V21)
#include "mbedtls/md.h"
#endif
#if defined(MBEDTLS_PKCS1_V15) && !defined(__OpenBSD__) && !defined(__NetBSD__)
#include <stdlib.h>
#endif