From 644b98b4fa3458df14fa558e03b91be4f4961d01 Mon Sep 17 00:00:00 2001 From: aidan garske Date: Thu, 12 Dec 2024 16:15:10 -0800 Subject: [PATCH] Fix for repeated WX_LAST_E --- wolfssh/error.h | 1 - 1 file changed, 1 deletion(-) diff --git a/wolfssh/error.h b/wolfssh/error.h index b7cdc41d..f5073762 100644 --- a/wolfssh/error.h +++ b/wolfssh/error.h @@ -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,