From 7c3213921a73dd7f8b5c861ff22f38c20b6044a2 Mon Sep 17 00:00:00 2001 From: Steven Cooreman Date: Mon, 26 Apr 2021 11:56:33 +0200 Subject: [PATCH] Remove inclusion of top-level crypto.h from the driver context header This was probably included by mistake, because the file itself is part of the inclusion chain starting with crypto.h. Signed-off-by: Steven Cooreman --- include/psa/crypto_driver_contexts_primitives.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/psa/crypto_driver_contexts_primitives.h b/include/psa/crypto_driver_contexts_primitives.h index 3e7fdee39..104d4bdb6 100644 --- a/include/psa/crypto_driver_contexts_primitives.h +++ b/include/psa/crypto_driver_contexts_primitives.h @@ -33,7 +33,6 @@ #ifndef PSA_CRYPTO_DRIVER_CONTEXTS_PRIMITIVES_H #define PSA_CRYPTO_DRIVER_CONTEXTS_PRIMITIVES_H -#include "psa/crypto.h" #include "psa/crypto_driver_common.h" /* Include the context structure definitions for those drivers that were