Whamcloud - gitweb
LU-12275 sec: add llcrypt as file encryption library
[fs/lustre-release.git] / contrib / scripts / crypto_patches / 0001_llcrypt_private_include.patch
diff --git a/contrib/scripts/crypto_patches/0001_llcrypt_private_include.patch b/contrib/scripts/crypto_patches/0001_llcrypt_private_include.patch
new file mode 100644 (file)
index 0000000..8ad3f18
--- /dev/null
@@ -0,0 +1,11 @@
+--- a/libcfs/libcfs/crypto/llcrypt_private.h
++++ b/libcfs/libcfs/crypto/llcrypt_private.h
+@@ -11,7 +11,7 @@
+ #ifndef _LLCRYPT_PRIVATE_H
+ #define _LLCRYPT_PRIVATE_H
+-#include <linux/llcrypt.h>
++#include <libcfs/crypto/llcrypt.h>
+ #include <crypto/hash.h>
+ #define CONST_STRLEN(str)     (sizeof(str) - 1)