commit | 621e6ae657d4cb44f19461db0796b09cca438778 | [log] [tgz] |
---|---|---|
author | Daniel P. Berrange <berrange@redhat.com> | Fri Mar 18 12:30:53 2016 +0000 |
committer | Daniel P. Berrange <berrange@redhat.com> | Mon Mar 21 10:02:22 2016 +0000 |
tree | 483ffbd246519bdca90a60bd7f1063f42791c365 | |
parent | 4829e0378dfb91d55af9dfd741bd09e8f2c4f91a [diff] |
crypto: add compat cast5_set_key with nettle < 3.0.0 Prior to the nettle 3.0.0 release, the cast5_set_key function was actually named cast128_set_key, so we must add a compatibility definition. Signed-off-by: Daniel P. Berrange <berrange@redhat.com>