diff options
Diffstat (limited to 'source4/include/asn_1.h')
-rw-r--r-- | source4/include/asn_1.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/include/asn_1.h b/source4/include/asn_1.h index 7d4da0db0c..78cc340f44 100644 --- a/source4/include/asn_1.h +++ b/source4/include/asn_1.h @@ -28,7 +28,7 @@ struct nesting { }; typedef struct { - uint8 *data; + uint8_t *data; size_t length; off_t ofs; struct nesting *nesting; |