(krb5_replay_data): make usec signed (matching asn1)
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12129 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 1997 - 2002 Kungliga Tekniska H<>gskolan
|
* Copyright (c) 1997 - 2003 Kungliga Tekniska H<>gskolan
|
||||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
@@ -469,7 +469,7 @@ typedef struct krb5_keytab_key_proc_args krb5_keytab_key_proc_args;
|
|||||||
|
|
||||||
typedef struct krb5_replay_data {
|
typedef struct krb5_replay_data {
|
||||||
krb5_timestamp timestamp;
|
krb5_timestamp timestamp;
|
||||||
u_int32_t usec;
|
int32_t usec;
|
||||||
u_int32_t seq;
|
u_int32_t seq;
|
||||||
} krb5_replay_data;
|
} krb5_replay_data;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user