mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 08:58:24 +00:00
Reduce picocoin config a bit more
This commit is contained in:
parent
f9378d8f11
commit
cb576cc18b
1 changed files with 0 additions and 2 deletions
|
@ -34,13 +34,11 @@
|
||||||
#define POLARSSL_ASN1_WRITE_C
|
#define POLARSSL_ASN1_WRITE_C
|
||||||
#define POLARSSL_BASE64_C
|
#define POLARSSL_BASE64_C
|
||||||
#define POLARSSL_BIGNUM_C
|
#define POLARSSL_BIGNUM_C
|
||||||
#define POLARSSL_DES_C // ???
|
|
||||||
#define POLARSSL_ECDSA_C
|
#define POLARSSL_ECDSA_C
|
||||||
#define POLARSSL_ECP_C
|
#define POLARSSL_ECP_C
|
||||||
#define POLARSSL_ENTROPY_C
|
#define POLARSSL_ENTROPY_C
|
||||||
#define POLARSSL_HMAC_DRBG_C
|
#define POLARSSL_HMAC_DRBG_C
|
||||||
#define POLARSSL_MD_C
|
#define POLARSSL_MD_C
|
||||||
#define POLARSSL_MD5_C // ???
|
|
||||||
#define POLARSSL_OID_C
|
#define POLARSSL_OID_C
|
||||||
#define POLARSSL_PADLOCK_C
|
#define POLARSSL_PADLOCK_C
|
||||||
#define POLARSSL_PK_C
|
#define POLARSSL_PK_C
|
||||||
|
|
Loading…
Reference in a new issue