From 76abf79a5f5594251edea645ce5478698c3cc2da Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 12 Aug 2004 06:31:55 +0000 Subject: r1760: name the struct (This used to be commit 512c410860a5947c94187454d7220ad1df08a6c0) --- source4/include/asn_1.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/include/asn_1.h b/source4/include/asn_1.h index 6bd79e3fbe..c10b03164a 100644 --- a/source4/include/asn_1.h +++ b/source4/include/asn_1.h @@ -27,7 +27,7 @@ struct nesting { struct nesting *next; }; -typedef struct { +typedef struct asn1_data { uint8_t *data; size_t length; off_t ofs; -- cgit