equal
deleted
inserted
replaced
12 * Contributors: |
12 * Contributors: |
13 * |
13 * |
14 * Description: |
14 * Description: |
15 * |
15 * |
16 */ |
16 */ |
|
17 |
17 |
18 |
18 /** |
19 /** |
19 @file |
20 @file |
20 |
21 |
21 @SYMPurpose x509.dll Parsing of X.509 certificates |
22 @SYMPurpose x509.dll Parsing of X.509 certificates |
41 SOURCE removedExports.cpp |
42 SOURCE removedExports.cpp |
42 |
43 |
43 |
44 |
44 |
45 |
45 USERINCLUDE . |
46 USERINCLUDE . |
46 SYSTEMINCLUDE /epoc32/include |
47 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
47 |
48 |
48 USERINCLUDE ../../../crypto/weakcrypto/inc |
49 USERINCLUDE ../../../crypto/weakcrypto/inc |
|
50 USERINCLUDE ../inc |
49 |
51 |
50 LIBRARY euser.lib |
52 LIBRARY euser.lib |
51 LIBRARY asn1.lib |
53 LIBRARY asn1.lib |
52 LIBRARY crypto.lib x500.lib hash.lib estor.lib |
54 LIBRARY crypto.lib x500.lib hash.lib estor.lib |
53 |
55 |
60 #ifdef WINSCW |
62 #ifdef WINSCW |
61 DEFFILE X509_v2.def |
63 DEFFILE X509_v2.def |
62 #else |
64 #else |
63 DEFFILE x509_v2.def |
65 DEFFILE x509_v2.def |
64 #endif |
66 #endif |
|
67 SMPSAFE |