Re: [PATCH v8 4/4] crypto: algif_akcipher - enable compilation

2017-08-11 Thread Stephan Mueller
Am Freitag, 11. August 2017, 14:56:18 CEST schrieb Tudor Ambarus:

Hi Tudor,

> Any reason why you keep this patch separately?
> I think you can squash this patch with patch 3/4.

There is no real reason. If you think it makes sense to add it to patch 3, I 
will do that.

Thanks.


Ciao
Stephan


Re: [PATCH v8 4/4] crypto: algif_akcipher - enable compilation

2017-08-11 Thread Tudor Ambarus

Hi, Stephan,

On 08/10/2017 09:40 AM, Stephan Müller wrote:

Add the Makefile and Kconfig updates to allow algif_akcipher to be
compiled.

Signed-off-by: Stephan Mueller
---
  crypto/Kconfig  | 9 +
  crypto/Makefile | 1 +
  2 files changed, 10 insertions(+)


Any reason why you keep this patch separately?
I think you can squash this patch with patch 3/4.

Cheers,
ta