From 7ff11feceefb1bcc5313a4301729b58499f29979 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Mon, 16 Dec 1996 15:30:13 +0000 Subject: [PATCH] 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 --- lib/krb5/krb5.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/krb5/krb5.h b/lib/krb5/krb5.h index 9db43543b..00c52e98d 100644 --- a/lib/krb5/krb5.h +++ b/lib/krb5/krb5.h @@ -79,7 +79,7 @@ enum { }; typedef struct krb5_address{ - int16_t type; + int type; krb5_data address; } krb5_address;