mirror of https://gitee.com/openkylin/libvirt.git
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