crypto: fix transposed arguments in cipher error message
commit50de6261510301d586f0411b3fdb11e4cd4fdb52
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 20 Nov 2015 16:15:42 +0000 (20 16:15 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Wed, 23 Dec 2015 11:02:20 +0000 (23 11:02 +0000)
tree4b2973fe12c3308d85bc898408ac46aa0b132a8f
parent48befbc34420d64fdc1f50a54bafdc66eef575d8
crypto: fix transposed arguments in cipher error message

When reporting an incorrect key length for a cipher, we
mixed up the actual vs expected arguments.

Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
crypto/cipher.c