style: var rename to make more consistent

This commit is contained in:
2026-05-12 18:17:51 -03:00
parent 24ac0d8a8f
commit 81dcb60e08
+1 -2
View File
@@ -36,7 +36,7 @@ struct TinyMITMConfig
std::string caKeyPath = "ca.key"; std::string caKeyPath = "ca.key";
std::string caName = "TinyMITM-CA"; std::string caName = "TinyMITM-CA";
int certDays = 365; int caDays = 365;
bool autoGenerateCA = true; bool autoGenerateCA = true;
@@ -100,7 +100,6 @@ class TinyMITMProxy
static bool doHandshake(WOLFSSL* ssl, SOCKET socket, bool isAccept); static bool doHandshake(WOLFSSL* ssl, SOCKET socket, bool isAccept);
SOCKET _listenSocket = 0; SOCKET _listenSocket = 0;
std::atomic<bool> _running = false; std::atomic<bool> _running = false;