aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/block/drbd/drbd_int.h')
-rw-r--r--drivers/block/drbd/drbd_int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/drbd/drbd_int.h b/drivers/block/drbd/drbd_int.h
index 4787c79040c9..e6e4f4e64107 100644
--- a/drivers/block/drbd/drbd_int.h
+++ b/drivers/block/drbd/drbd_int.h
@@ -850,7 +850,7 @@ struct drbd_tconn { /* is a resource from the config file */
850 850
851 struct crypto_hash *cram_hmac_tfm; 851 struct crypto_hash *cram_hmac_tfm;
852 struct crypto_hash *integrity_tfm; /* checksums we compute */ 852 struct crypto_hash *integrity_tfm; /* checksums we compute */
853 struct crypto_hash *integrity_r_tfm; /* to be used by the receiver thread */ 853 struct crypto_hash *peer_integrity_tfm; /* checksums we verify */
854 struct crypto_hash *csums_tfm; 854 struct crypto_hash *csums_tfm;
855 struct crypto_hash *verify_tfm; 855 struct crypto_hash *verify_tfm;
856 void *int_dig_in; 856 void *int_dig_in;