Wolfgang Bumiller a16951375f vnc: fix vnc client authentication
Commit 800567a61 updated the code to the generic crypto API
and mixed up encrypt and decrypt functions in
procotol_client_auth_vnc.
(Used to be: deskey(key, EN0) which encrypts, and was
changed to qcrypto_cipher_decrypt in 800567a61.)
Changed it to qcrypto_cipher_encrypt now.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
2015-07-14 15:33:48 +02:00
..
2015-05-29 11:11:38 +02:00
2015-05-29 11:43:29 +02:00
2015-06-22 18:20:40 +02:00
2015-05-05 10:48:26 +02:00
2014-09-16 08:07:05 +02:00
2015-07-14 15:33:48 +02:00