diff options
Diffstat (limited to 'crypto/heimdal/lib/asn1/template.c')
-rw-r--r-- | crypto/heimdal/lib/asn1/template.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/heimdal/lib/asn1/template.c b/crypto/heimdal/lib/asn1/template.c index 3e0b6932357e..bc76d4151051 100644 --- a/crypto/heimdal/lib/asn1/template.c +++ b/crypto/heimdal/lib/asn1/template.c @@ -66,7 +66,9 @@ static struct asn1_type_func prim[] = { el(integer, int), el(heim_integer, heim_integer), el(integer, int), + el(integer64, int64_t), el(unsigned, unsigned), + el(unsigned64, uint64_t), el(general_string, heim_general_string), el(octet_string, heim_octet_string), elber(octet_string, heim_octet_string), |