hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
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,