Remove spurious extern "C"

This header only contains preprocessor definitions. They are not affected by
extern "C".

Signed-off-by: Gilles Peskine <[email protected]>
This commit is contained in:
Gilles Peskine
2023-08-21 16:03:41 +02:00
parent 1fdc884ed8
commit 8cd1da4b73
-8
View File
@@ -44,10 +44,6 @@
#include "psa/crypto_legacy.h"
#ifdef __cplusplus
extern "C" {
#endif
/****************************************************************/
@@ -1074,8 +1070,4 @@ extern "C" {
#define PSA_WANT_KEY_TYPE_PASSWORD_HASH 1
#define PSA_WANT_KEY_TYPE_RAW_DATA 1
#ifdef __cplusplus
}
#endif
#endif /* MBEDTLS_CONFIG_PSA_H */