mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-08-21 10:39:52 +00:00
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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user