[libvirt] [PATCH 2/4] Convert lock driver plugins to use new crypto APIs

2014-03-05 Thread Daniel P. Berrange
Conver the sanlock and lockd lock driver plugins over to use the new virCryptoHashString APIs instead of having their own duplicated code. Signed-off-by: Daniel P. Berrange berra...@redhat.com --- src/locking/lock_driver_lockd.c | 32 ++---

Re: [libvirt] [PATCH 2/4] Convert lock driver plugins to use new crypto APIs

2014-03-05 Thread Eric Blake
On 03/05/2014 10:53 AM, Daniel P. Berrange wrote: Conver the sanlock and lockd lock driver plugins over to use s/Conver/Convert/ the new virCryptoHashString APIs instead of having their own duplicated code. Signed-off-by: Daniel P. Berrange berra...@redhat.com ---