equal
deleted
inserted
replaced
14 * Description: |
14 * Description: |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 |
18 |
19 |
|
20 |
|
21 /** |
19 /** |
22 @file |
20 @file |
23 @internalTechnology |
21 @internalTechnology |
24 */ |
22 */ |
25 |
23 |
26 #ifndef PKIXCERTSTEPBASE_H |
24 #ifndef PKIXCERTSTEPBASE_H |
27 #define PKIXCERTSTEPBASE_H |
25 #define PKIXCERTSTEPBASE_H |
28 |
26 |
29 #include <testexecutestepbase.h> |
27 #include <test/testexecutestepbase.h> |
30 #include <e32std.h> |
28 #include <e32std.h> |
31 #include <pkixCertChain.h> |
29 #include <pkixcertchain.h> |
32 #include <x509cert.h> |
30 #include <x509cert.h> |
33 |
31 |
34 |
32 |
35 _LIT(KPerformOom, "performoom"); |
33 _LIT(KPerformOom, "performoom"); |
36 _LIT(KEndEntity, "endentity"); |
34 _LIT(KEndEntity, "endentity"); |