Whamcloud - gitweb
LU-12275 sec: add llcrypt as file encryption library
[fs/lustre-release.git] / contrib / scripts / crypto_patches / 0001_llcrypt_private_include.patch
1 --- a/libcfs/libcfs/crypto/llcrypt_private.h
2 +++ b/libcfs/libcfs/crypto/llcrypt_private.h
3 @@ -11,7 +11,7 @@
4  #ifndef _LLCRYPT_PRIVATE_H
5  #define _LLCRYPT_PRIVATE_H
6  
7 -#include <linux/llcrypt.h>
8 +#include <libcfs/crypto/llcrypt.h>
9  #include <crypto/hash.h>
10  
11  #define CONST_STRLEN(str)      (sizeof(str) - 1)