forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 297b60346df8beafee954a0fd7c2d64f33f3b9bc
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,