1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-08-10 06:23:02 +03:00

wincng.c: fixed indentation

This commit is contained in:
Marc Hoersken
2015-05-19 23:12:43 +02:00
parent 08fa27b628
commit 858930cae5

View File

@@ -1767,7 +1767,7 @@ _libssh2_wincng_cipher_dtor(_libssh2_cipher_ctx *ctx)
ctx->pbKeyObject = NULL;
ctx->dwKeyObject = 0;
_libssh2_wincng_safe_free(ctx->pbIV, ctx->dwBlockLength);
_libssh2_wincng_safe_free(ctx->pbIV, ctx->dwBlockLength);
ctx->pbIV = NULL;
ctx->dwBlockLength = 0;
}