aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2015-05-11 05:47:45 -0400
committerHerbert Xu <herbert@gondor.apana.org.au>2015-05-12 22:31:31 -0400
commit2d78db0935d183fcc1be02fe76d86e1594d99195 (patch)
tree9e89c323b8e6abe3cb6f622c0f915a7e89af9022 /drivers/crypto
parent5290b4283098820a3d28cd1bf72730a9bdeef031 (diff)
crypto: nx - Include internal/aead.h
All AEAD implementations must include internal/aead.h in order to access required helpers. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto')
-rw-r--r--drivers/crypto/picoxcell_crypto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/picoxcell_crypto.c b/drivers/crypto/picoxcell_crypto.c
index 5da5b98b8f29..135817fd7b2d 100644
--- a/drivers/crypto/picoxcell_crypto.c
+++ b/drivers/crypto/picoxcell_crypto.c
@@ -15,7 +15,7 @@
15 * along with this program; if not, write to the Free Software 15 * along with this program; if not, write to the Free Software
16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17 */ 17 */
18#include <crypto/aead.h> 18#include <crypto/internal/aead.h>
19#include <crypto/aes.h> 19#include <crypto/aes.h>
20#include <crypto/algapi.h> 20#include <crypto/algapi.h>
21#include <crypto/authenc.h> 21#include <crypto/authenc.h>