mirror of
https://github.com/Heleguo/lede.git
synced 2025-12-16 19:01:32 +00:00
- Use official release archive instead of git mirror - Update website url, fixes #13783 Tested-by: Edoardo Pinci <epinci@outlook.com> Signed-off-by: Magnus Kroken <mkroken@gmail.com> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
18 lines
412 B
Diff
18 lines
412 B
Diff
--- a/programs/CMakeLists.txt
|
|
+++ b/programs/CMakeLists.txt
|
|
@@ -3,14 +3,10 @@ add_custom_target(${programs_target})
|
|
|
|
add_subdirectory(aes)
|
|
add_subdirectory(cipher)
|
|
-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)
|