Re: [PATCH 02/17] crypto: Move QCryptoCipherDriver typedef to qemu/typedefs.h

2020-08-13 Thread Philippe Mathieu-Daudé
On 8/13/20 5:25 AM, Richard Henderson wrote: > This will allow the pointer to be used in crypto/cipher.h, > and not just in code using cipherpriv.h. > > Signed-off-by: Richard Henderson > --- > crypto/cipherpriv.h | 2 -- > include/qemu/typedefs.h | 1 + > 2 files changed, 1 insertion(+), 2

[PATCH 02/17] crypto: Move QCryptoCipherDriver typedef to qemu/typedefs.h

2020-08-12 Thread Richard Henderson
This will allow the pointer to be used in crypto/cipher.h, and not just in code using cipherpriv.h. Signed-off-by: Richard Henderson --- crypto/cipherpriv.h | 2 -- include/qemu/typedefs.h | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/crypto/cipherpriv.h b/crypto/ciphe