]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Convert lock driver plugins to use new crypto APIs
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 5 Mar 2014 12:39:00 +0000 (12:39 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 10 Mar 2014 16:44:14 +0000 (16:44 +0000)
commited839f9aefca059904c408998b5561ef24c750f1
tree41985d1eecf3da8fb3545118f57ded4b8842d04a
parent3a7fe8d50898ba8aabcf97c0e64c1c785c5235a0
Convert lock driver plugins to use new crypto APIs

Convert 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 <berrange@redhat.com>
src/locking/lock_driver_lockd.c
src/locking/lock_driver_sanlock.c