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 <[email protected]>
This commit is contained in:
Steven Cooreman
2021-05-11 18:56:01 +02:00
parent 040d1cea15
commit 7c3213921a
@@ -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