Skip to content

Commit 3e5fa80

Browse files
committed
psa: Eliminate some PSA_SUCCESS redefinition warnings
Remove PSA_SUCCESS redefinitions in the PSA compliance test PAL.
1 parent 273c625 commit 3e5fa80

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

features/frameworks/TARGET_PSA/pal/pal_client_api_intf.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
#include "pal_common.h"
3333

3434
#define PSA_VERSION_NONE (0)
35-
#define PSA_SUCCESS (0)
3635
#define PSA_CONNECTION_REFUSED (INT32_MIN + 1)
3736
#define PSA_CONNECTION_BUSY (INT32_MIN + 2)
3837
#define PSA_DROP_CONNECTION (INT32_MIN)

features/frameworks/TARGET_PSA/pal/pal_common.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,6 @@ typedef enum {
9595
#define PSA_VERSION_NONE (0)
9696
#endif
9797

98-
#ifndef PSA_SUCCESS
99-
#define PSA_SUCCESS (0)
100-
typedef int32_t psa_status_t;
101-
#endif
10298
typedef int32_t psa_handle_t;
10399

104100
#ifndef PSA_NULL_HANDLE

0 commit comments

Comments
 (0)