forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
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,