Change int16 to int to be compatible with asn1.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1119 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -79,7 +79,7 @@ enum {
|
|||||||
};
|
};
|
||||||
|
|
||||||
typedef struct krb5_address{
|
typedef struct krb5_address{
|
||||||
int16_t type;
|
int type;
|
||||||
krb5_data address;
|
krb5_data address;
|
||||||
} krb5_address;
|
} krb5_address;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user