mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-25 21:47:52 +00:00
Fix duplication in all.sh
This commit is contained in:
parent
fa8aebcbcc
commit
b295e4fdc4
1 changed files with 0 additions and 2 deletions
|
@ -162,7 +162,6 @@ scripts/config.pl unset POLARSSL_TIMING_C
|
||||||
scripts/config.pl unset POLARSSL_FS_IO
|
scripts/config.pl unset POLARSSL_FS_IO
|
||||||
scripts/config.pl unset POLARSSL_SSL_PROTO_DTLS # timing.c
|
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_ANTI_REPLAY
|
|
||||||
scripts/config.pl unset POLARSSL_SSL_DTLS_HELLO_VERIFY
|
scripts/config.pl unset POLARSSL_SSL_DTLS_HELLO_VERIFY
|
||||||
scripts/config.pl unset POLARSSL_SSL_DTLS_BADMAC_LIMIT
|
scripts/config.pl unset POLARSSL_SSL_DTLS_BADMAC_LIMIT
|
||||||
scripts/config.pl unset POLARSSL_SSL_COOKIE_C
|
scripts/config.pl unset POLARSSL_SSL_COOKIE_C
|
||||||
|
@ -186,7 +185,6 @@ scripts/config.pl unset POLARSSL_FS_IO
|
||||||
scripts/config.pl unset POLARSSL_HAVE_TIME
|
scripts/config.pl unset POLARSSL_HAVE_TIME
|
||||||
scripts/config.pl unset POLARSSL_SSL_PROTO_DTLS # timing.c
|
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_ANTI_REPLAY
|
|
||||||
scripts/config.pl unset POLARSSL_SSL_DTLS_HELLO_VERIFY
|
scripts/config.pl unset POLARSSL_SSL_DTLS_HELLO_VERIFY
|
||||||
scripts/config.pl unset POLARSSL_SSL_DTLS_BADMAC_LIMIT
|
scripts/config.pl unset POLARSSL_SSL_DTLS_BADMAC_LIMIT
|
||||||
scripts/config.pl unset POLARSSL_SSL_COOKIE_C
|
scripts/config.pl unset POLARSSL_SSL_COOKIE_C
|
||||||
|
|
Loading…
Reference in a new issue