diff options
Diffstat (limited to 'source4/include')
-rw-r--r-- | source4/include/asn_1.h | 3 | ||||
-rw-r--r-- | source4/include/includes.h | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/source4/include/asn_1.h b/source4/include/asn_1.h index 78cc340f44..6bd79e3fbe 100644 --- a/source4/include/asn_1.h +++ b/source4/include/asn_1.h @@ -35,10 +35,11 @@ typedef struct { BOOL has_error; } ASN1_DATA; - #define ASN1_APPLICATION(x) ((x)+0x60) +#define ASN1_APPLICATION_SIMPLE(x) ((x)+0x40) #define ASN1_SEQUENCE(x) ((x)+0x30) #define ASN1_CONTEXT(x) ((x)+0xa0) +#define ASN1_CONTEXT_SIMPLE(x) ((x)+0x80) #define ASN1_GENERAL_STRING 0x1b #define ASN1_OCTET_STRING 0x4 #define ASN1_OID 0x6 diff --git a/source4/include/includes.h b/source4/include/includes.h index 1e6cc0e5a4..3821269f2b 100644 --- a/source4/include/includes.h +++ b/source4/include/includes.h @@ -641,6 +641,7 @@ extern int errno; #include "rewrite.h" #include "smb.h" #include "ads.h" +#include "libcli/ldap/ldap.h" #include "nameserv.h" #include "secrets.h" |