asn1: Fix check/print type confusion

This commit is contained in:
Nicolas Williams
2021-04-01 01:06:57 -05:00
parent e7a8457fd2
commit 9ff74bcd21
3 changed files with 7 additions and 7 deletions

View File

@@ -72,7 +72,7 @@ static unsigned long indefinite_form_loop;
static unsigned long indefinite_form_loop_max = 10000;
typedef size_t (*lengther)(void *);
typedef size_t (*copyer)(const void *, void *);
typedef int (*copyer)(const void *, void *);
typedef int (*encoder)(unsigned char *, size_t, void *, size_t *);
typedef int (*decoder)(const unsigned char *, size_t, void *, size_t *);
typedef char *(*printer)(const void *, int);