From 12e69cb806f471a0ada4515ec661e761d3e78b56 Mon Sep 17 00:00:00 2001 From: Przemek Stekiel Date: Tue, 9 Aug 2022 19:29:07 +0200 Subject: [PATCH] oid.h: remove MBEDTLS_MD_C guard *** Comparing before-default -> after-default *** x509parse: total 723; skipped 26 -> 26 x509write: total 41; skipped 8 -> 8 pem: total 13; skipped 0 -> 0 oid: total 28; skipped 0 -> 0 *** Comparing before-full -> after-full *** x509parse: total 723; skipped 25 -> 25 x509write: total 41; skipped 0 -> 0 pem: total 13; skipped 0 -> 0 oid: total 28; skipped 0 -> 0 *** Comparing reference -> drivers *** x509parse: total 723; skipped 89 -> 89 x509write: total 41; skipped 3 -> 3 pem: total 13; skipped 0 -> 0 oid: total 28; skipped 0 -> 0 Signed-off-by: Przemek Stekiel --- include/mbedtls/oid.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/mbedtls/oid.h b/include/mbedtls/oid.h index a36a20f178..4ee3f93fbe 100644 --- a/include/mbedtls/oid.h +++ b/include/mbedtls/oid.h @@ -34,9 +34,7 @@ #include "mbedtls/cipher.h" #endif -#if defined(MBEDTLS_MD_C) #include "mbedtls/md.h" -#endif /** OID is not found. */ #define MBEDTLS_ERR_OID_NOT_FOUND -0x002E