mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Add mbedtls fork fork kernel 6.12
This commit is contained in:
parent
2ac3cb3c06
commit
9ae665f923
4 changed files with 576 additions and 0 deletions
15
6.12/package/libs/mbedtls/patches/101-remove-test.patch
Normal file
15
6.12/package/libs/mbedtls/patches/101-remove-test.patch
Normal file
|
@ -0,0 +1,15 @@
|
|||
--- a/programs/CMakeLists.txt
|
||||
+++ b/programs/CMakeLists.txt
|
||||
@@ -1,12 +1,8 @@
|
||||
add_subdirectory(aes)
|
||||
-if (NOT WIN32)
|
||||
- add_subdirectory(fuzz)
|
||||
-endif()
|
||||
add_subdirectory(hash)
|
||||
add_subdirectory(pkey)
|
||||
add_subdirectory(psa)
|
||||
add_subdirectory(random)
|
||||
add_subdirectory(ssl)
|
||||
-add_subdirectory(test)
|
||||
add_subdirectory(util)
|
||||
add_subdirectory(x509)
|
Loading…
Add table
Add a link
Reference in a new issue