src/ssl.c: code style tweak from peer review.

This commit is contained in:
Daniel Pouzzner
2024-04-25 21:13:41 -05:00
parent 8e8e9bd0eb
commit 963e14a1fe

View File

@@ -5757,7 +5757,8 @@ int wolfSSL_Init(void)
if (ret == WOLFSSL_SUCCESS) { if (ret == WOLFSSL_SUCCESS) {
initRefCount++; initRefCount++;
} else { }
else {
initRefCount = 1; /* Force cleanup */ initRefCount = 1; /* Force cleanup */
} }