summaryrefslogtreecommitdiff
path: root/source4/include/asn_1.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/include/asn_1.h')
-rw-r--r--source4/include/asn_1.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/include/asn_1.h b/source4/include/asn_1.h
index c10b03164a..4243f6d31f 100644
--- a/source4/include/asn_1.h
+++ b/source4/include/asn_1.h
@@ -27,13 +27,13 @@ struct nesting {
struct nesting *next;
};
-typedef struct asn1_data {
+struct asn1_data {
uint8_t *data;
size_t length;
off_t ofs;
struct nesting *nesting;
BOOL has_error;
-} ASN1_DATA;
+};
#define ASN1_APPLICATION(x) ((x)+0x60)
#define ASN1_APPLICATION_SIMPLE(x) ((x)+0x40)