Browse Source
To prepare for a generic internal cipher API, move the built-in AES implementation into the crypto/ directory Signed-off-by: Daniel P. Berrange <berrange@redhat.com> Message-Id: <1435770638-25715-3-git-send-email-berrange@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>pull/28/head
committed by
Paolo Bonzini
11 changed files with 8 additions and 9 deletions
@ -1,2 +1,3 @@ |
|||
util-obj-y += init.o |
|||
util-obj-y += hash.o |
|||
util-obj-y += aes.o |
|||
|
|||
Loading…
Reference in new issue