equal
deleted
inserted
replaced
16 */ |
16 */ |
17 |
17 |
18 |
18 |
19 #include <asn1dec.h> |
19 #include <asn1dec.h> |
20 #include <x509constraintext.h> |
20 #include <x509constraintext.h> |
|
21 #include "x509bitstring.h" |
21 |
22 |
22 // Integer list methods |
23 // Integer list methods |
23 EXPORT_C CX509IntListExt* CX509IntListExt::NewL(const TDesC8& aBinaryData) |
24 EXPORT_C CX509IntListExt* CX509IntListExt::NewL(const TDesC8& aBinaryData) |
24 { |
25 { |
25 CX509IntListExt* self = CX509IntListExt::NewLC(aBinaryData); |
26 CX509IntListExt* self = CX509IntListExt::NewLC(aBinaryData); |