crypto: add compat cast5_set_key with nettle < 3.0.0
commit621e6ae657d4cb44f19461db0796b09cca438778
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 18 Mar 2016 12:30:53 +0000 (18 12:30 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 21 Mar 2016 10:02:22 +0000 (21 10:02 +0000)
tree483ffbd246519bdca90a60bd7f1063f42791c365
parent4829e0378dfb91d55af9dfd741bd09e8f2c4f91a
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>
crypto/cipher-nettle.c