aboutsummaryrefslogtreecommitdiff
path: root/programs/pkey/pk_verify.c
diff options
context:
space:
mode:
Diffstat (limited to 'programs/pkey/pk_verify.c')
-rw-r--r--programs/pkey/pk_verify.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/programs/pkey/pk_verify.c b/programs/pkey/pk_verify.c
index a6d3481..bdeb559 100644
--- a/programs/pkey/pk_verify.c
+++ b/programs/pkey/pk_verify.c
@@ -20,6 +20,7 @@
#include "mbedtls/build_info.h"
#include "mbedtls/platform.h"
+// md.h is included this early since MD_CAN_XXX macros are defined there.
#include "mbedtls/md.h"
#if !defined(MBEDTLS_BIGNUM_C) || !defined(MBEDTLS_MD_C) || \