Skip to content

Commit

Permalink
[#283] Added error enum for non-operational SA
Browse files Browse the repository at this point in the history
  • Loading branch information
Donnie-Ice committed Aug 27, 2024
1 parent a458550 commit d8252c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/crypto_error.h
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@
#define CRYPTO_LIB_ERR_EXCEEDS_MANAGED_PARAMETER_MAX_LIMIT (-54)
#define CRYPTO_LIB_ERR_KEY_VALIDATION (-55)
#define CRYPTO_LIB_ERR_SPI_INDEX_OOB (-56)
#define CRYPTO_LIB_ERR_SA_NOT_OPERATIONAL (-57)

extern char *crypto_enum_errlist_core[];
extern char *crypto_enum_errlist_config[];
Expand Down

0 comments on commit d8252c6

Please sign in to comment.