Re: [Cryptodev-linux-devel] [PATCH] Fix compilation against linux 4.3

2015-11-27 Thread Phil Sutter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, Nov 19, 2015 at 12:05:51PM -0300, Gustavo Zacarias wrote: > Linux Crypto API changed to using aead_request_set_ad() > instead of aead_request_set_assoc(). > > Based on Horia Geantă's patch from > https://mail.gna.org/public/cryptodev-linux-dev

Re: [Cryptodev-linux-devel] [PATCH] Fix compilation against linux 4.3

2015-11-23 Thread Horia Geantă
On 11/19/2015 5:05 PM, Gustavo Zacarias wrote: > Linux Crypto API changed to using aead_request_set_ad() > instead of aead_request_set_assoc(). > > Based on Horia Geantă's patch from > https://mail.gna.org/public/cryptodev-linux-devel/2015-11/msg2.html > > However we need to version-guard the

Re: [Cryptodev-linux-devel] [PATCH] fix compilation against linux-4.3

2015-11-19 Thread Gustavo Zacarias
On 11/11/15 09:36, Horia Geantă wrote: Linux Crypto API changed to using aead_request_set_ad() instead of aead_request_set_assoc(). Signed-off-by: Horia Geantă --- Compile-tested only. cryptlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cryptlib.h b/cryptlib.h i

[Cryptodev-linux-devel] [PATCH] Fix compilation against linux 4.3

2015-11-19 Thread Gustavo Zacarias
Linux Crypto API changed to using aead_request_set_ad() instead of aead_request_set_assoc(). Based on Horia Geantă's patch from https://mail.gna.org/public/cryptodev-linux-devel/2015-11/msg2.html However we need to version-guard the change for older versions of the kernel to avoid the build f

[Cryptodev-linux-devel] [PATCH] fix compilation against linux-4.3

2015-11-11 Thread Horia Geantă
Linux Crypto API changed to using aead_request_set_ad() instead of aead_request_set_assoc(). Signed-off-by: Horia Geantă --- Compile-tested only. cryptlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cryptlib.h b/cryptlib.h index a0a8a63e2ff3..0c2009286e31 100644 --- a