diff options
Diffstat (limited to 'include/linux/sunrpc')
| -rw-r--r-- | include/linux/sunrpc/gss_krb5.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sunrpc/gss_krb5.h b/include/linux/sunrpc/gss_krb5.h index 633f41f11a40..b0ab827add26 100644 --- a/include/linux/sunrpc/gss_krb5.h +++ b/include/linux/sunrpc/gss_krb5.h | |||
| @@ -101,6 +101,7 @@ struct krb5_ctx { | |||
| 101 | struct crypto_blkcipher *initiator_enc; | 101 | struct crypto_blkcipher *initiator_enc; |
| 102 | struct crypto_blkcipher *acceptor_enc_aux; | 102 | struct crypto_blkcipher *acceptor_enc_aux; |
| 103 | struct crypto_blkcipher *initiator_enc_aux; | 103 | struct crypto_blkcipher *initiator_enc_aux; |
| 104 | u8 Ksess[GSS_KRB5_MAX_KEYLEN]; /* session key */ | ||
| 104 | u8 cksum[GSS_KRB5_MAX_KEYLEN]; | 105 | u8 cksum[GSS_KRB5_MAX_KEYLEN]; |
| 105 | s32 endtime; | 106 | s32 endtime; |
| 106 | u32 seq_send; | 107 | u32 seq_send; |
