summaryrefslogtreecommitdiffstats
path: root/crypto/userspace/libtomcrypt/pk/rsa/rsa_export.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/userspace/libtomcrypt/pk/rsa/rsa_export.c')
-rw-r--r--crypto/userspace/libtomcrypt/pk/rsa/rsa_export.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/userspace/libtomcrypt/pk/rsa/rsa_export.c b/crypto/userspace/libtomcrypt/pk/rsa/rsa_export.c
index 905bb6f9bca..c5e8ff0a65d 100644
--- a/crypto/userspace/libtomcrypt/pk/rsa/rsa_export.c
+++ b/crypto/userspace/libtomcrypt/pk/rsa/rsa_export.c
@@ -10,6 +10,7 @@
*/
#include "tomcrypt.h"
#include <ncr-int.h>
+#include <linux/slab.h>
/**
@file rsa_export.c
Export RSA LTC_PKCS keys, Tom St Denis