summaryrefslogtreecommitdiff
path: root/source3/include/asn_1.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/asn_1.h')
-rw-r--r--source3/include/asn_1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/asn_1.h b/source3/include/asn_1.h
index 152662ccbf..dd345cd601 100644
--- a/source3/include/asn_1.h
+++ b/source3/include/asn_1.h
@@ -31,7 +31,7 @@ typedef struct asn1_data {
size_t length;
off_t ofs;
struct nesting *nesting;
- BOOL has_error;
+ bool has_error;
} ASN1_DATA;