]> Git Repo - qemu.git/commit
crypto: ensure qcrypto_hash_digest_len is always defined
authorDaniel P. Berrange <[email protected]>
Fri, 15 Jan 2016 11:23:45 +0000 (11:23 +0000)
committerDaniel P. Berrange <[email protected]>
Tue, 2 Feb 2016 13:02:56 +0000 (13:02 +0000)
commitc0377a7cc6cb46aba295b744d237aeed94087ac0
tree779e777df58e52e623e457d148b9db7519b16f17
parent9884abee8f3f52002f33616cd86bc4a5d8d7b6d1
crypto: ensure qcrypto_hash_digest_len is always defined

The qcrypto_hash_digest_len method was accidentally inside
a CONFIG_GNUTLS_HASH block, even though it doesn't depend
on gnutls. Re-arrange it to be unconditionally defined.

Reviewed-by: Fam Zheng <[email protected]>
Signed-off-by: Daniel P. Berrange <[email protected]>
crypto/hash.c
This page took 0.025013 seconds and 4 git commands to generate.