commit | d84b79d358c3e5a490f8b82641b7f99b52458545 | [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 | ca8c21261c0d771fe1e871730e37f9d3ab62964d | |
parent | 7b36064c90c377d07d30904318d6cbfe5a133af1 [diff] |
crypto: move QCryptoHashAlgorithm enum definition into QAPI The QCryptoHashAlgorithm enum is defined in the crypto/hash.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>