crypto: rsa-pkcs1pad - fix rsa-pkcs1pad request struct
authorTadeusz Struk <tadeusz.struk@intel.com>
Fri, 15 Jul 2016 03:39:18 +0000 (20:39 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 19 Jul 2016 04:01:47 +0000 (12:01 +0800)
commita6d7bfd0ff21f258913dd5e626d2bd70ab3942df
tree85410cac9f638259aaffaec10237aa25925b2dea
parentac02725812cb3a814cfe1fdc2a8a59db073e7e66
crypto: rsa-pkcs1pad - fix rsa-pkcs1pad request struct

To allow for child request context the struct akcipher_request child_req
needs to be at the end of the structure.

Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/rsa-pkcs1pad.c