Whamcloud - gitweb
LU-14651 libcfs: use namespace CRYPTO_INTERNAL
[fs/lustre-release.git] / libcfs / libcfs / crypto / crypto.c
index bc888cc..d079b81 100644 (file)
 #include <crypto/skcipher.h>
 #include "llcrypt_private.h"
 
+#ifdef HAVE_CIPHER_H
+#include <crypto/internal/cipher.h>
+
+MODULE_IMPORT_NS(CRYPTO_INTERNAL);
+#endif
+
 static unsigned int num_prealloc_crypto_pages = 32;
 static unsigned int num_prealloc_crypto_ctxs = 128;