aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sunrpc')
-rw-r--r--include/linux/sunrpc/gss_krb5.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/linux/sunrpc/gss_krb5.h b/include/linux/sunrpc/gss_krb5.h
index b0ab827add26..d840856edecc 100644
--- a/include/linux/sunrpc/gss_krb5.h
+++ b/include/linux/sunrpc/gss_krb5.h
@@ -275,12 +275,13 @@ gss_decrypt_xdr_buf(struct crypto_blkcipher *tfm, struct xdr_buf *inbuf,
275 int offset); 275 int offset);
276 276
277s32 277s32
278krb5_make_seq_num(struct crypto_blkcipher *key, 278krb5_make_seq_num(struct krb5_ctx *kctx,
279 struct crypto_blkcipher *key,
279 int direction, 280 int direction,
280 u32 seqnum, unsigned char *cksum, unsigned char *buf); 281 u32 seqnum, unsigned char *cksum, unsigned char *buf);
281 282
282s32 283s32
283krb5_get_seq_num(struct crypto_blkcipher *key, 284krb5_get_seq_num(struct krb5_ctx *kctx,
284 unsigned char *cksum, 285 unsigned char *cksum,
285 unsigned char *buf, int *direction, u32 *seqnum); 286 unsigned char *buf, int *direction, u32 *seqnum);
286 287