Skip to content

Commit dcea21a

Browse files
authored
Merge pull request #7897 from douzzer/20240823-WOLFSSL_DEBUG_TRACE_ERROR_CODES_ALWAYS
20240823-WOLFSSL_DEBUG_TRACE_ERROR_CODES_ALWAYS
2 parents d0475de + 7725e75 commit dcea21a

4 files changed

Lines changed: 1166 additions & 1155 deletions

File tree

support/gen-debug-trace-error-codes.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,11 @@ BEGIN {
1919
split($0, errcode_a, "[[:space:]=,]+");
2020
2121
if ((errcode_a[1] == "MIN_CODE_E") ||
22+
(errcode_a[1] == "MAX_CODE_E") ||
23+
(errcode_a[1] == "WC_FIRST_E") ||
2224
(errcode_a[1] == "WC_LAST_E") ||
23-
(errcode_a[1] == "MAX_CODE_E"))
25+
(errcode_a[1] == "WOLFSSL_FIRST_E") ||
26+
(errcode_a[1] == "WOLFSSL_LAST_E"))
2427
{
2528
next;
2629
}

0 commit comments

Comments
 (0)