Update dependencies in all.sh
This commit is contained in:
parent
c35e90f8d4
commit
01bb5f9a00
1 changed files with 12 additions and 0 deletions
|
@ -158,6 +158,12 @@ scripts/config.pl full
|
|||
scripts/config.pl unset POLARSSL_NET_C
|
||||
scripts/config.pl unset POLARSSL_TIMING_C
|
||||
scripts/config.pl unset POLARSSL_FS_IO
|
||||
scripts/config.pl unset POLARSSL_SSL_PROTO_DTLS # timing.c
|
||||
scripts/config.pl unset POLARSSL_SSL_DTLS_ANTI_REPLAY
|
||||
scripts/config.pl unset POLARSSL_SSL_DTLS_ANTI_REPLAY
|
||||
scripts/config.pl unset POLARSSL_SSL_DTLS_HELLO_VERIFY
|
||||
scripts/config.pl unset POLARSSL_SSL_DTLS_BADMAC_LIMIT
|
||||
scripts/config.pl unset POLARSSL_SSL_COOKIE_C
|
||||
# following things are not in the default config
|
||||
scripts/config.pl unset POLARSSL_HAVEGE_C # depends on timing.c
|
||||
scripts/config.pl unset POLARSSL_THREADING_PTHREAD
|
||||
|
@ -176,6 +182,12 @@ scripts/config.pl unset POLARSSL_NET_C
|
|||
scripts/config.pl unset POLARSSL_TIMING_C
|
||||
scripts/config.pl unset POLARSSL_FS_IO
|
||||
scripts/config.pl unset POLARSSL_HAVE_TIME
|
||||
scripts/config.pl unset POLARSSL_SSL_PROTO_DTLS # timing.c
|
||||
scripts/config.pl unset POLARSSL_SSL_DTLS_ANTI_REPLAY
|
||||
scripts/config.pl unset POLARSSL_SSL_DTLS_ANTI_REPLAY
|
||||
scripts/config.pl unset POLARSSL_SSL_DTLS_HELLO_VERIFY
|
||||
scripts/config.pl unset POLARSSL_SSL_DTLS_BADMAC_LIMIT
|
||||
scripts/config.pl unset POLARSSL_SSL_COOKIE_C
|
||||
# following things are not in the default config
|
||||
scripts/config.pl unset POLARSSL_HAVEGE_C # depends on timing.c
|
||||
scripts/config.pl unset POLARSSL_THREADING_PTHREAD
|
||||
|
|
Loading…
Reference in a new issue