mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 03:07:29 +02:00
fix tabs and spaces
This commit is contained in:
@ -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));
|
||||||
|
Reference in New Issue
Block a user