On Mon 10 Dec 2018 02:21:56 PM CET, Daniel P. Berrangé wrote: > On Mon, Dec 10, 2018 at 11:44:22AM +0100, Alberto Garcia wrote: >> On Fri 07 Dec 2018 05:13:49 PM CET, Vladimir Sementsov-Ogievskiy wrote: >> > Rename qcrypto_block_*crypt_helper to qcrypto_cipher_*crypt_helper, as >> >> You forgot to update the new function names in the commit message. >> >> > -int qcrypto_block_decrypt_helper(QCryptoCipher *cipher, >> > -int qcrypto_block_encrypt_helper(QCryptoCipher *cipher, >> > +int qcrypto_block_cipher_decrypt_helper(QCryptoCipher *cipher, >> > +int qcrypto_block_cipher_encrypt_helper(QCryptoCipher *cipher, > > I'll take care of that when queuing these patches
Ok then Reviewed-by: Alberto Garcia <be...@igalia.com> Berto