hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/net/ceph/crypto.h
....@@ -13,7 +13,7 @@
1313 struct ceph_timespec created;
1414 int len;
1515 void *key;
16
- struct crypto_skcipher *tfm;
16
+ struct crypto_sync_skcipher *tfm;
1717 };
1818
1919 int ceph_crypto_key_clone(struct ceph_crypto_key *dst,