Skip to content

Commit b607997

Browse files
committed
Delete unused files of thirparty libs (zlib, mbedtls)
Signed-off-by: Yevhen Babiichuk (DustDFG) <[email protected]>
1 parent 87318a2 commit b607997

File tree

10 files changed

+6
-10033
lines changed

10 files changed

+6
-10033
lines changed

thirdparty/README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -556,8 +556,11 @@ File extracted from upstream release tarball:
556556

557557
- All `.h` from `include/mbedtls/` to `thirdparty/mbedtls/include/mbedtls/`
558558
and all `.h` from `include/psa/` to `thirdparty/mbedtls/include/psa/`
559-
- All `.c` and `.h` from `library/` to `thirdparty/mbedtls/library/` except
560-
for the `psa_*.c` source files
559+
- All `.c` and `.h` from `library/` to `thirdparty/mbedtls/library/`
560+
- From `library/` to `thirdparty/mbedtls/library/`:
561+
- All `.c` and `.h` files
562+
- Except `bignum_mod.c`, `block_cipher.c`, `ecp_curves_new.c`, `lmots.c`,
563+
`lms.c`
561564
- The `LICENSE` file (edited to keep only the Apache 2.0 variant)
562565
- Applied the patch `msvc-redeclaration-bug.diff` to fix a compilation error
563566
with some MSVC versions
@@ -1068,7 +1071,7 @@ Files extracted from upstream source:
10681071

10691072
Files extracted from upstream source:
10701073

1071-
- All `.c` and `.h` files, minus `infback.c`
1074+
- All `.c` and `.h` files, except `gz*.c` and `infback.c`
10721075
- `LICENSE`
10731076

10741077

0 commit comments

Comments
 (0)