File tree 2 files changed +0
-7
lines changed
2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 16
16
17
17
/* PolarSSL modules */
18
18
#define POLARSSL_AES_C
19
- #define POLARSSL_ASN1_PARSE_C
20
- #define POLARSSL_ASN1_WRITE_C
21
19
#define POLARSSL_CCM_C
22
20
#define POLARSSL_CIPHER_C
23
21
#define POLARSSL_CTR_DRBG_C
24
22
#define POLARSSL_ENTROPY_C
25
23
#define POLARSSL_MD_C
26
24
#define POLARSSL_NET_C
27
- #define POLARSSL_OID_C
28
25
#define POLARSSL_SHA256_C
29
26
#define POLARSSL_SSL_CLI_C
30
27
#define POLARSSL_SSL_SRV_C
Original file line number Diff line number Diff line change 4
4
*
5
5
* See README.txt for usage instructions.
6
6
*/
7
-
8
7
#ifndef POLARSSL_CONFIG_H
9
8
#define POLARSSL_CONFIG_H
10
9
19
18
/* PolarSSL modules */
20
19
#define POLARSSL_AES_C
21
20
#define POLARSSL_ARC4_C
22
- #define POLARSSL_ASN1_PARSE_C
23
- #define POLARSSL_ASN1_WRITE_C
24
21
#define POLARSSL_CIPHER_C
25
22
#define POLARSSL_CTR_DRBG_C
26
23
#define POLARSSL_ENTROPY_C
27
24
#define POLARSSL_MD_C
28
25
#define POLARSSL_MD5_C
29
26
#define POLARSSL_NET_C
30
- #define POLARSSL_OID_C
31
27
#define POLARSSL_SHA1_C
32
28
#define POLARSSL_SHA256_C
33
29
#define POLARSSL_SSL_CLI_C
You can’t perform that action at this time.
0 commit comments