(sig_record): simplify types

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9121 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-10-15 21:28:56 +00:00
parent 284ac345d0
commit b2c1b40c69

View File

@@ -96,7 +96,7 @@ struct sig_record {
unsigned key_tag;
char *signer;
unsigned sig_len;
u_char sig_data[1]; /* also includes signer */
char sig_data[1]; /* also includes signer */
};
struct cert_record {