equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2005-2006 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: Configuration file for XMLSec Crypto component |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #ifndef __XMLSECC_CONFIG_H__ |
|
20 #define __XMLSECC_CONFIG_H__ |
|
21 |
|
22 #include "xmlsec_config.h" |
|
23 |
|
24 #define XMLSEC_NO_RIPEMD160 |
|
25 #define XMLSEC_NO_DSA |
|
26 |
|
27 #define XMLSEC_NO_MD5 |
|
28 #define XMLSEC_NO_SHA224 |
|
29 #define XMLSEC_NO_SHA256 |
|
30 #define XMLSEC_NO_SHA384 |
|
31 #define XMLSEC_NO_SHA512 |
|
32 |
|
33 //#define XMLSEC_NO_DES |
|
34 //#define XMLSEC_NO_X509 |
|
35 //#define XMLSEC_NO_SHA1 |
|
36 //#define XMLSEC_NO_RSA |
|
37 //#define XMLSEC_NO_AES |
|
38 //#define XMLSEC_NO_HMAC |
|
39 |
|
40 #endif /* __XMLSECC_CONFIG_H__ */ |