hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
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,