fix tabs and spaces

This commit is contained in:
gasbytes
2024-05-24 17:52:54 +02:00
parent 3f96d14b32
commit 063e48014a

View File

@ -2465,7 +2465,7 @@ int InitSSL_Ctx(WOLFSSL_CTX* ctx, WOLFSSL_METHOD* method, void* heap)
if ((ctx->x509_store.lookup.dirs = (WOLFSSL_BY_DIR*)XMALLOC( if ((ctx->x509_store.lookup.dirs = (WOLFSSL_BY_DIR*)XMALLOC(
sizeof(WOLFSSL_BY_DIR), sizeof(WOLFSSL_BY_DIR),
heap, DYNAMIC_TYPE_OPENSSL)) == NULL) { heap, DYNAMIC_TYPE_OPENSSL)) == NULL) {
WOLFSSL_MSG("ctx-x509_store.lookup.dirs: allocation error"); WOLFSSL_MSG("ctx->x509_store.lookup.dirs: allocation error");
return MEMORY_E; return MEMORY_E;
} }
XMEMSET(ctx->x509_store.lookup.dirs, 0, sizeof(WOLFSSL_BY_DIR)); XMEMSET(ctx->x509_store.lookup.dirs, 0, sizeof(WOLFSSL_BY_DIR));