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:
Johan Danielsson
1996-12-16 15:30:13 +00:00
parent 07ed824651
commit 7ff11fecee

View File

@@ -79,7 +79,7 @@ enum {
};
typedef struct krb5_address{
int16_t type;
int type;
krb5_data address;
} krb5_address;