1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-11-21 12:40:51 +03:00

Merge pull request #7401 from AndrzejKurek/md-guards-missing

Add missing md.h includes
This commit is contained in:
Gilles Peskine
2023-04-11 09:32:17 +02:00
committed by GitHub
12 changed files with 31 additions and 11 deletions

View File

@@ -40,6 +40,8 @@
#include "mbedtls/dhm.h"
#endif
#include "mbedtls/md.h"
#if defined(MBEDTLS_ECDH_C)
#include "mbedtls/ecdh.h"
#endif