aboutsummaryrefslogtreecommitdiffstats
path: root/include/crypto/internal/geniv.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/crypto/internal/geniv.h')
-rw-r--r--include/crypto/internal/geniv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/crypto/internal/geniv.h b/include/crypto/internal/geniv.h
index 2bcfb931bc5b..71be24cd59bd 100644
--- a/include/crypto/internal/geniv.h
+++ b/include/crypto/internal/geniv.h
@@ -20,7 +20,7 @@
struct aead_geniv_ctx {
spinlock_t lock;
struct crypto_aead *child;
- struct crypto_skcipher *sknull;
+ struct crypto_sync_skcipher *sknull;
u8 salt[] __attribute__ ((aligned(__alignof__(u32))));
};