commit | d6f77401be1dd2f34d862724fbe128a2349d379b | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Fri Aug 28 10:05:11 2020 -0700 |
committer | Daniel P. Berrangé <berrange@redhat.com> | Thu Sep 10 11:02:23 2020 +0100 |
tree | 252ef85418991b6f3cf854b0d95d062b6e9cfb23 | |
parent | 7d823bf4e9241aa960de50d2b09ac8f9560bcdd8 [diff] |
crypto/nettle: Fix xts_encrypt arguments The fourth argument to xts_encrypt should be the decrypt callback; we were accidentally passing encrypt twice. Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>