From 598f5c2c831e169813d2492b56969f8cf866d4f7 Mon Sep 17 00:00:00 2001 From: Paul Adelsbach Date: Thu, 3 Sep 2026 12:52:51 -0700 Subject: [PATCH] Dummy commit for testing --- src/ssh.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ssh.c b/src/ssh.c index c15ccb612..b1d467404 100644 --- a/src/ssh.c +++ b/src/ssh.c @@ -66,6 +66,7 @@ int wolfSSH_Init(void) int ret = WS_SUCCESS; WLOG(WS_LOG_DEBUG, "Entering wolfSSH_Init()"); + WLOG(WS_LOG_DEBUG, "DEBUGDEBUG"); if (wolfCrypt_Init() != 0) ret = WS_CRYPTO_FAILED;