summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/include/asn_1.h2
1 files changed, 1 insertions, 1 deletions
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;