Skip to content

Commit

Permalink
Merge pull request #7897 from douzzer/20240823-WOLFSSL_DEBUG_TRACE_ER…
Browse files Browse the repository at this point in the history
…ROR_CODES_ALWAYS

20240823-WOLFSSL_DEBUG_TRACE_ERROR_CODES_ALWAYS
  • Loading branch information
embhorn committed Aug 27, 2024
2 parents d0475de + 7725e75 commit dcea21a
Show file tree
Hide file tree
Showing 4 changed files with 1,166 additions and 1,155 deletions.
5 changes: 4 additions & 1 deletion support/gen-debug-trace-error-codes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@ BEGIN {
split($0, errcode_a, "[[:space:]=,]+");
if ((errcode_a[1] == "MIN_CODE_E") ||
(errcode_a[1] == "MAX_CODE_E") ||
(errcode_a[1] == "WC_FIRST_E") ||
(errcode_a[1] == "WC_LAST_E") ||
(errcode_a[1] == "MAX_CODE_E"))
(errcode_a[1] == "WOLFSSL_FIRST_E") ||
(errcode_a[1] == "WOLFSSL_LAST_E"))
{
next;
}
Expand Down
Loading

0 comments on commit dcea21a

Please sign in to comment.