summaryrefslogtreecommitdiffstats
path: root/package/libs/polarssl/patches/200-reduce_config.patch
blob: c66bb3fb821cae537285b41fb329efe563eb5639 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
--- a/include/polarssl/config.h
+++ b/include/polarssl/config.h
@@ -177,8 +177,8 @@
  * Requires: POLARSSL_BIGNUM_C, POLARSSL_RSA_C
  *
  * Enable the RSA prime-number generation code.
- */
 #define POLARSSL_GENPRIME
+ */
 
 /**
  * \def POLARSSL_FS_IO
@@ -235,8 +235,8 @@
  * \def POLARSSL_SELF_TEST
  *
  * Enable the checkup functions (*_self_test).
- */
 #define POLARSSL_SELF_TEST
+ */
 
 /**
  * \def POLARSSL_SSL_ALL_ALERT_MESSAGES
@@ -425,8 +425,8 @@
  *      TLS_RSA_WITH_CAMELLIA_256_CBC_SHA256
  *      TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA256
  *      TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA256
- */
 #define POLARSSL_CAMELLIA_C
+ */
 
 /**
  * \def POLARSSL_CERTS_C
@@ -437,8 +437,8 @@
  * Caller:
  *
  * This module is used for testing (ssl_client/server).
- */
 #define POLARSSL_CERTS_C
+ */
 
 /**
  * \def POLARSSL_CIPHER_C
@@ -477,8 +477,8 @@
  *          library/ssl_tls.c
  *
  * This module provides debugging functions.
- */
 #define POLARSSL_DEBUG_C
+ */
 
 /**
  * \def POLARSSL_DES_C
@@ -560,8 +560,8 @@
  * enabled as well):
  *      TLS_RSA_WITH_AES_128_GCM_SHA256
  *      TLS_RSA_WITH_AES_256_GCM_SHA384
- */
 #define POLARSSL_GCM_C
+ */
 
 /**
  * \def POLARSSL_HAVEGE_C
@@ -574,8 +574,8 @@
  * Requires: POLARSSL_TIMING_C
  *
  * This module enables the HAVEGE random number generator.
- */
 #define POLARSSL_HAVEGE_C
+ */
 
 /**
  * \def POLARSSL_MD_C
@@ -649,8 +649,8 @@
  * Caller:  library/aes.c
  *
  * This modules adds support for the VIA PadLock on x86.
- */
 #define POLARSSL_PADLOCK_C
+ */
 
 /**
  * \def POLARSSL_PBKDF2_C
@@ -763,8 +763,8 @@
  * Caller:
  *
  * Requires: POLARSSL_SSL_CACHE_C
- */
 #define POLARSSL_SSL_CACHE_C
+ */
 
 /**
  * \def POLARSSL_SSL_CLI_C
@@ -818,8 +818,8 @@
  * Caller:  library/havege.c
  *
  * This module is used by the HAVEGE random number generator.
- */
 #define POLARSSL_TIMING_C
+ */
 
 /**
  * \def POLARSSL_VERSION_C
@@ -868,8 +868,8 @@
  *
  * Module:  library/xtea.c
  * Caller:
- */
 #define POLARSSL_XTEA_C
+ */
 /* \} name */
 
 #endif /* config.h */