mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-21 06:40:50 +00:00
Remove spurious extern "C"
This header only contains preprocessor definitions. They are not affected by extern "C". Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
1fdc884ed8
commit
8cd1da4b73
@ -44,10 +44,6 @@
|
|||||||
|
|
||||||
#include "psa/crypto_legacy.h"
|
#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_PASSWORD_HASH 1
|
||||||
#define PSA_WANT_KEY_TYPE_RAW_DATA 1
|
#define PSA_WANT_KEY_TYPE_RAW_DATA 1
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif /* MBEDTLS_CONFIG_PSA_H */
|
#endif /* MBEDTLS_CONFIG_PSA_H */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user