mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-11-27 13:21:11 +03:00
wrapper: fix 4-space indentation in ssh_cipher_clear
Signed-off-by: Jon Simons <jon@jonsimons.org> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
committed by
Andreas Schneider
parent
d9ff44b46e
commit
2f42296edd
@@ -113,7 +113,7 @@ void ssh_cipher_clear(struct ssh_cipher_struct *cipher){
|
||||
}
|
||||
|
||||
#ifdef HAVE_LIBGCRYPT
|
||||
if(cipher->key) {
|
||||
if (cipher->key) {
|
||||
for (i = 0; i < (cipher->keylen / sizeof(gcry_cipher_hd_t)); i++) {
|
||||
gcry_cipher_close(cipher->key[i]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user