commit | d8c02bcc9404b65e8cc290c009bf43f571ec967f | [log] [tgz] |
---|---|---|
author | Daniel P. Berrange <berrange@redhat.com> | Thu Nov 19 17:09:01 2015 +0000 |
committer | Daniel P. Berrange <berrange@redhat.com> | Wed Dec 23 11:02:20 2015 +0000 |
tree | 3f82cfbf40f036e9cbd62fc5aa6920c63d49a330 | |
parent | d84b79d358c3e5a490f8b82641b7f99b52458545 [diff] |
crypto: move QCryptoCipherAlgorithm/Mode enum definitions into QAPI The QCryptoCipherAlgorithm and QCryptoCipherMode enums are defined in the crypto/cipher.h header. In the future some QAPI types will want to reference the hash enums, so move the enum definition into QAPI too. Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Daniel P. Berrange <berrange@redhat.com>