More size_tification.

This commit is contained in:
Ben Laurie
2008-11-01 16:40:37 +00:00
parent 4d6e1e4f29
commit 5e4430e70d
50 changed files with 222 additions and 209 deletions

View File

@@ -569,8 +569,8 @@ err:\
#define M_ASN1_I2D_finish() *pp=p; \
return(r);
int asn1_GetSequence(ASN1_const_CTX *c, long *length);
void asn1_add_error(const unsigned char *address,int offset);
int asn1_GetSequence(ASN1_const_CTX *c, size_t *length);
void asn1_add_error(const unsigned char *address, int offset);
#ifdef __cplusplus
}
#endif