mirror of
https://github.com/libssh2/libssh2.git
synced 2025-08-11 17:22:41 +03:00
wincng.c: fixed indentation
This commit is contained in:
@@ -1767,7 +1767,7 @@ _libssh2_wincng_cipher_dtor(_libssh2_cipher_ctx *ctx)
|
|||||||
ctx->pbKeyObject = NULL;
|
ctx->pbKeyObject = NULL;
|
||||||
ctx->dwKeyObject = 0;
|
ctx->dwKeyObject = 0;
|
||||||
|
|
||||||
_libssh2_wincng_safe_free(ctx->pbIV, ctx->dwBlockLength);
|
_libssh2_wincng_safe_free(ctx->pbIV, ctx->dwBlockLength);
|
||||||
ctx->pbIV = NULL;
|
ctx->pbIV = NULL;
|
||||||
ctx->dwBlockLength = 0;
|
ctx->dwBlockLength = 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user