|
@@ -148,9 +148,9 @@ gss_decrypt_xdr_buf(struct crypto_blkcipher *tfm, struct xdr_buf *inbuf,
|
|
s32
|
|
s32
|
|
krb5_make_seq_num(struct crypto_blkcipher *key,
|
|
krb5_make_seq_num(struct crypto_blkcipher *key,
|
|
int direction,
|
|
int direction,
|
|
- s32 seqnum, unsigned char *cksum, unsigned char *buf);
|
|
|
|
|
|
+ u32 seqnum, unsigned char *cksum, unsigned char *buf);
|
|
|
|
|
|
s32
|
|
s32
|
|
krb5_get_seq_num(struct crypto_blkcipher *key,
|
|
krb5_get_seq_num(struct crypto_blkcipher *key,
|
|
unsigned char *cksum,
|
|
unsigned char *cksum,
|
|
- unsigned char *buf, int *direction, s32 * seqnum);
|
|
|
|
|
|
+ unsigned char *buf, int *direction, u32 *seqnum);
|