kernel/net/ceph/crypto.h
.. .. @@ -13,7 +13,7 @@ 13 13 struct ceph_timespec created; 14 14 int len; 15 15 void *key; 16 - struct crypto_skcipher *tfm;16 + struct crypto_sync_skcipher *tfm;17 17 }; 18 18 19 19 int ceph_crypto_key_clone(struct ceph_crypto_key *dst,