From 9a1cf834b7d1e44bcf3b8aabe68f110ecc32b58f Mon Sep 17 00:00:00 2001 From: Luca Coelho Date: Sun, 18 Feb 2018 15:24:57 +0200 Subject: backport: remove stddef.h inclusions The verification code was copied from userspace code which includes stddef.h. In the kernel, this header should not be included, so remove those cases. Fixes: 988e2af4b7a0 ("backports: add signature verification code") Signed-off-by: Luca Coelho Signed-off-by: Johannes Berg --- backport/compat/verification/mbedtls/md.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'backport/compat/verification/mbedtls/md.h') diff --git a/backport/compat/verification/mbedtls/md.h b/backport/compat/verification/mbedtls/md.h index 9385116c..5342e4f5 100644 --- a/backport/compat/verification/mbedtls/md.h +++ b/backport/compat/verification/mbedtls/md.h @@ -27,8 +27,6 @@ #ifndef MBEDTLS_MD_H #define MBEDTLS_MD_H -#include - #define MBEDTLS_ERR_MD_FEATURE_UNAVAILABLE -0x5080 /**< The selected feature is not available. */ #define MBEDTLS_ERR_MD_BAD_INPUT_DATA -0x5100 /**< Bad input parameters to function. */ #define MBEDTLS_ERR_MD_ALLOC_FAILED -0x5180 /**< Failed to allocate memory. */ -- cgit v1.2.3