(read_master_mit): krb5_ret_int16 takes a int16_t as argument
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12576 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -148,7 +148,7 @@ read_master_mit(krb5_context context, const char *filename,
|
|||||||
int fd;
|
int fd;
|
||||||
krb5_error_code ret;
|
krb5_error_code ret;
|
||||||
krb5_storage *sp;
|
krb5_storage *sp;
|
||||||
u_int16_t enctype;
|
int16_t enctype;
|
||||||
krb5_keyblock key;
|
krb5_keyblock key;
|
||||||
|
|
||||||
fd = open(filename, O_RDONLY | O_BINARY);
|
fd = open(filename, O_RDONLY | O_BINARY);
|
||||||
|
Reference in New Issue
Block a user