diff options
Diffstat (limited to 'source3/include/asn_1.h')
-rw-r--r-- | source3/include/asn_1.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/asn_1.h b/source3/include/asn_1.h index 152662ccbf8..dd345cd6016 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; |