cryptoservices/certificateandkeymgmt/tpkcs7/tpkcs7step.cpp
changeset 8 35751d3474b7
parent 0 2c201484c85f
equal deleted inserted replaced
2:675a964f4eb5 8:35751d3474b7
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 #include "tpkcs7step.h"
    19 #include "tpkcs7step.h"
    20 #include <testexecutelog.h>
    20 #include <test/testexecutelog.h>
    21 #include <pkcs7signedobject.h>
    21 #include "pkcs7signedobject.h"
    22 #include <pkcs7contentinfo_v2.h>
    22 #include <pkcs7contentinfo_v2.h>
    23 #include <pkcs7digestinfo.h>
    23 #include <pkcs7digestinfo.h>
    24 #include <pkcs7encrypteddataobject.h>
    24 #include <pkcs7encrypteddataobject.h>
    25 #include <pkixcertchain.h>
    25 #include <pkixcertchain.h>
    26 #include <pbe.h>
    26 #include <pbe.h>
   965 		INFO_PRINTF3(_L("Expected result %d, got %d"), reason, err);
   965 		INFO_PRINTF3(_L("Expected result %d, got %d"), reason, err);
   966 		}
   966 		}
   967 	__UHEAP_MARKEND;
   967 	__UHEAP_MARKEND;
   968 	return TestStepResult();
   968 	return TestStepResult();
   969 	}
   969 	}
       
   970