summaryrefslogtreecommitdiff
path: root/c_src/include/crypto/algapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'c_src/include/crypto/algapi.h')
-rw-r--r--c_src/include/crypto/algapi.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/c_src/include/crypto/algapi.h b/c_src/include/crypto/algapi.h
new file mode 100644
index 00000000..5fd3524a
--- /dev/null
+++ b/c_src/include/crypto/algapi.h
@@ -0,0 +1,7 @@
+#ifndef _CRYPTO_ALGAPI_H
+#define _CRYPTO_ALGAPI_H
+
+#include <linux/crypto.h>
+#include <crypto/skcipher.h>
+
+#endif /* _CRYPTO_ALGAPI_H */