Whamcloud - gitweb
LU-14651 libcfs: use namespace CRYPTO_INTERNAL
[fs/lustre-release.git] / libcfs / libcfs / crypto / keysetup.c
index 784eacc..bceb642 100644 (file)
 
 #include "llcrypt_private.h"
 
+#ifdef HAVE_CIPHER_H
+#include <crypto/internal/cipher.h>
+
+MODULE_IMPORT_NS(CRYPTO_INTERNAL);
+#endif
+
 static struct crypto_shash *essiv_hash_tfm;
 
 static struct llcrypt_mode available_modes[] = {