Skip to content

Commit

Permalink
Fix for repeated WX_LAST_E
Browse files Browse the repository at this point in the history
  • Loading branch information
aidangarske committed Dec 13, 2024
1 parent 3fc5f4d commit 644b98b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wolfssh/error.h
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ enum WS_ErrorCodes {
WS_AUTH_PENDING = -1096, /* User authentication still pending */
WS_KDF_E = -1097, /* KDF error*/

WS_LAST_E = -1097 /* Update this to indicate last error */
/* TODO: Fix names and add hard coded value */
WOLFSSH_TPM_FAILED_INIT,
WOLFSSH_TPM_FAILED_LOAD_PRIMARY,
Expand Down

0 comments on commit 644b98b

Please sign in to comment.