cryptoservices/certificateandkeymgmt/tpkcs12intgrtn/inc/tpkcs12integrationserver.iby
equal
deleted
inserted
replaced
17 |
17 |
18 #ifndef __TPKCS12INTEGRATIONSERVER_IBY__ |
18 #ifndef __TPKCS12INTEGRATIONSERVER_IBY__ |
19 #define __TPKCS12INTEGRATIONSERVER_IBY__ |
19 #define __TPKCS12INTEGRATIONSERVER_IBY__ |
20 |
20 |
21 #include <testexecute.iby> |
21 #include <testexecute.iby> |
22 // conditionally included to avoid to be included in vasco image creation but needed in h4/h6 image creation |
|
23 #ifdef _SERIAL_DOWNLOAD |
|
24 #include <pkcs12.iby> |
22 #include <pkcs12.iby> |
25 #else |
23 |
26 // depends upon x509 certificate chains |
24 |
27 #include <certman.iby> |
|
28 // DEF139848 fix - Forward Propogation from Symtb9.1 - Illegal dependency from OCSP to HTTP. |
|
29 #include <ocsp.iby> |
|
30 file=ABI_DIR\BUILD_DIR\pkcs12.dll System\Libs\pkcs12.dll |
|
31 #endif |
|
32 // Programs |
25 // Programs |
33 file=ABI_DIR\BUILD_DIR\tpkcs12libtest.exe System\Libs\tpkcs12libtest.exe |
26 file=ABI_DIR\BUILD_DIR\tpkcs12libtest.exe System\Libs\tpkcs12libtest.exe |
34 |
27 |
35 // Scripts |
28 // Scripts |
36 //T_PKCS12_INTEGRATION_BEGIN |
29 //T_PKCS12_INTEGRATION_BEGIN |