diff options
| author | luwenpeng <[email protected]> | 2020-04-27 14:52:36 +0800 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2020-04-27 14:52:36 +0800 |
| commit | 1b12bd49779b1fc753b15062fcea8dacea0783c2 (patch) | |
| tree | a417881eda537dc74daf8d752c55c145c20b2718 | |
| parent | cd66bb054e22d3b1bcebd6f47d6c2097a74ffc9c (diff) | |
TSG-748 修改 libssh 源码,修复 ssh_free() 时的 coredumpfeature-tfe-support-ssh
| -rw-r--r-- | vendor/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | vendor/libssh-0.9.3.tar.gz | bin | 741826 -> 741860 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/vendor/CMakeLists.txt b/vendor/CMakeLists.txt index f9b71d4..f611ecc 100644 --- a/vendor/CMakeLists.txt +++ b/vendor/CMakeLists.txt @@ -32,7 +32,7 @@ set_property(TARGET openssl-ssl-static PROPERTY INTERFACE_INCLUDE_DIRECTORIES ${ ### libssh ExternalProject_Add(libssh PREFIX libssh URL ${CMAKE_CURRENT_SOURCE_DIR}/libssh-0.9.3.tar.gz - URL_MD5 962c71808bc4d5fcc35411b0f91641f2 + URL_MD5 11c8d91cc131942ffeb0f6cd0c28bee8 CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=<INSTALL_DIR> -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} -DBUILD_SHARED_LIBS=OFF diff --git a/vendor/libssh-0.9.3.tar.gz b/vendor/libssh-0.9.3.tar.gz Binary files differindex 5095fb3..4562064 100644 --- a/vendor/libssh-0.9.3.tar.gz +++ b/vendor/libssh-0.9.3.tar.gz |
