equal
deleted
inserted
replaced
15 * This file is used for the verification function of the pkcs12 file |
15 * This file is used for the verification function of the pkcs12 file |
16 * |
16 * |
17 */ |
17 */ |
18 |
18 |
19 |
19 |
20 |
|
21 |
|
22 /** |
20 /** |
23 @file |
21 @file |
24 @internalTechnology |
22 @internalTechnology |
25 */ |
23 */ |
26 |
24 |
27 // System Include |
25 // System Include |
28 #include <testexecutelog.h> |
26 #include <test/testexecutelog.h> |
29 |
27 |
30 //User Include |
28 //User Include |
31 #include "tpkcs12libteststep.h" |
29 #include "tpkcs12libteststep.h" |
32 #include "tpkcs12data.h" |
30 #include "tpkcs12data.h" |
33 #include "tpkcs12common.h" |
31 #include "tpkcs12common.h" |
1425 file.Close(); |
1423 file.Close(); |
1426 } |
1424 } |
1427 CleanupStack::PopAndDestroy(&file); |
1425 CleanupStack::PopAndDestroy(&file); |
1428 return flagReturn; |
1426 return flagReturn; |
1429 } |
1427 } |
|
1428 |
|
1429 |