mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
Fix indentation in virCryptoHaveCipher
Signed-off-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
fbb07a757b
commit
504b4f2669
@ -132,9 +132,9 @@ virCryptoHaveCipher(virCryptoCipher algorithm)
|
||||
|
||||
case VIR_CRYPTO_CIPHER_AES256CBC:
|
||||
#ifdef WITH_GNUTLS
|
||||
return true;
|
||||
return true;
|
||||
#else
|
||||
return false;
|
||||
return false;
|
||||
#endif
|
||||
|
||||
case VIR_CRYPTO_CIPHER_NONE:
|
||||
|
Loading…
Reference in New Issue
Block a user