diff options
Diffstat (limited to 'include')
-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 31bb8a538bf1..5378e455482c 100644 --- a/include/linux/sunrpc/gss_krb5.h +++ b/include/linux/sunrpc/gss_krb5.h | |||
@@ -48,6 +48,7 @@ | |||
48 | 48 | ||
49 | struct krb5_ctx { | 49 | struct krb5_ctx { |
50 | int initiate; /* 1 = initiating, 0 = accepting */ | 50 | int initiate; /* 1 = initiating, 0 = accepting */ |
51 | u32 enctype; | ||
51 | struct crypto_blkcipher *enc; | 52 | struct crypto_blkcipher *enc; |
52 | struct crypto_blkcipher *seq; | 53 | struct crypto_blkcipher *seq; |
53 | s32 endtime; | 54 | s32 endtime; |