]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/contrib/openzfs/contrib/intel_qat/patch/0001-cryptohash.diff
OpenZFS: MFV 2.0-rc3-gfc5966
[FreeBSD/FreeBSD.git] / sys / contrib / openzfs / contrib / intel_qat / patch / 0001-cryptohash.diff
1 cryptohash.h was dropped and merged with crypto/sha.sh in 5.8 kernel. Details in:
2 https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=228c4f265c6eb60eaa4ed0edb3bf7c113173576c
3
4 ---
5 diff --git a/quickassist/utilities/osal/src/linux/kernel_space/OsalCryptoInterface.c b/quickassist/utilities/osal/src/linux/kernel_space/OsalCryptoInterface.c
6 index 4c389da..e602377 100644
7 --- a/quickassist/utilities/osal/src/linux/kernel_space/OsalCryptoInterface.c
8 +++ b/quickassist/utilities/osal/src/linux/kernel_space/OsalCryptoInterface.c
9 @@ -66,7 +66,7 @@
10  
11  #include "Osal.h"
12  #include <linux/crypto.h>
13 -#include <linux/cryptohash.h>
14 +#include <crypto/sha.h>
15  #include <linux/version.h>
16  #if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,29))
17  #include <crypto/internal/hash.h>