Re: [libvirt] [PATCH] qemu: domain: Fix name of macro defining AES IV length

2016-05-12 Thread John Ferlan
On 05/12/2016 11:15 AM, Peter Krempa wrote: > The initialization vector is a technical term by itself different from > the key. > --- > src/qemu/qemu_domain.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > Whoops - sorry, I thought I removed that too ACK John -- libvir-list m

[libvirt] [PATCH] qemu: domain: Fix name of macro defining AES IV length

2016-05-12 Thread Peter Krempa
The initialization vector is a technical term by itself different from the key. --- src/qemu/qemu_domain.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/qemu/qemu_domain.h b/src/qemu/qemu_domain.h index 331ade0..dd90e67 100644 --- a/src/qemu/qemu_domain.h +++ b/src/qe