From 4db26368621e6fea2788b871669c70db5b379d32 Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Mon, 5 Jan 2026 19:32:06 -0600 Subject: [PATCH] asn1: Print negative enum values correctly --- lib/asn1/asn1-template.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/asn1/asn1-template.h b/lib/asn1/asn1-template.h index 07c4461e3..c3a21a13f 100644 --- a/lib/asn1/asn1-template.h +++ b/lib/asn1/asn1-template.h @@ -184,7 +184,7 @@ struct asn1_template { uint32_t tt; - uint32_t offset; + int32_t offset; const void *ptr; };