-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
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
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
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
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