From 0f4a002f4f13920c3350252937e2f02540187967 Mon Sep 17 00:00:00 2001 From: Juliusz Sosinowicz Date: Thu, 7 Nov 2019 11:50:57 +0100 Subject: [PATCH] Formatting --- src/ssl.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/ssl.c b/src/ssl.c index 0c9e5f094..a739561d4 100644 --- a/src/ssl.c +++ b/src/ssl.c @@ -12696,7 +12696,8 @@ int AddSession(WOLFSSL* ssl) idx = i; break; } - } else { + } + else { if (XMEMCMP(ssl->arrays->sessionID, SessionCache[row].Sessions[i].sessionID, ID_LEN) == 0) { WOLFSSL_MSG("Session already exists. Overwriting."); overwrite = 1; @@ -38533,8 +38534,8 @@ long wolfSSL_CTX_ctrl(WOLFSSL_CTX* ctx, int cmd, long opt, void* pt) } } #else - WOLFSSL_MSG("Session certificates not compiled in"); - ret = WOLFSSL_FAILURE; + WOLFSSL_MSG("Session certificates not compiled in"); + ret = WOLFSSL_FAILURE; #endif break; default: