crypto: add compat cast5_set_key with nettle < 3.0.0
commitf0f781f3fcbe01d552f4ce443f705e4214a86dbd
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 21 Mar 2016 10:07:15 +0000 (21 10:07 +0000)
committerStefan Weil <sw@weilnetz.de>
Mon, 21 Mar 2016 19:37:01 +0000 (21 20:37 +0100)
tree259b8ad13af19e5bbad4767aab62021866bf0e5b
parentcedf01bff84e49e6e40aafb5f70169b562298747
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