Skip to content

Commit 03f1532

Browse files
committed
Update PSK-based miniconfigs: no ASN1, no OID
1 parent 1a74a26 commit 03f1532

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

configs/config-ccm-psk-tls1_2.h

-3
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,12 @@
1616

1717
/* PolarSSL modules */
1818
#define POLARSSL_AES_C
19-
#define POLARSSL_ASN1_PARSE_C
20-
#define POLARSSL_ASN1_WRITE_C
2119
#define POLARSSL_CCM_C
2220
#define POLARSSL_CIPHER_C
2321
#define POLARSSL_CTR_DRBG_C
2422
#define POLARSSL_ENTROPY_C
2523
#define POLARSSL_MD_C
2624
#define POLARSSL_NET_C
27-
#define POLARSSL_OID_C
2825
#define POLARSSL_SHA256_C
2926
#define POLARSSL_SSL_CLI_C
3027
#define POLARSSL_SSL_SRV_C

configs/config-psk-rc4-tls1_0.h

-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
*
55
* See README.txt for usage instructions.
66
*/
7-
87
#ifndef POLARSSL_CONFIG_H
98
#define POLARSSL_CONFIG_H
109

@@ -19,15 +18,12 @@
1918
/* PolarSSL modules */
2019
#define POLARSSL_AES_C
2120
#define POLARSSL_ARC4_C
22-
#define POLARSSL_ASN1_PARSE_C
23-
#define POLARSSL_ASN1_WRITE_C
2421
#define POLARSSL_CIPHER_C
2522
#define POLARSSL_CTR_DRBG_C
2623
#define POLARSSL_ENTROPY_C
2724
#define POLARSSL_MD_C
2825
#define POLARSSL_MD5_C
2926
#define POLARSSL_NET_C
30-
#define POLARSSL_OID_C
3127
#define POLARSSL_SHA1_C
3228
#define POLARSSL_SHA256_C
3329
#define POLARSSL_SSL_CLI_C

0 commit comments

Comments
 (0)