Files
dsward2 6eac047a08 This commit updates the libssh2 library. It replaces the previous libssh2 that was generated by the DFSSHWrapper project, which no longer works for sandboxed applications. The existing DFSSHWrapper classes remain in use with the new libssh2 library.
The new version of libssh2 was built with MacPorts, then modified with install_name_tool to use the macOS built-in libraries for libssl and libcrypto in /usr/lib.  To inspect the modified load paths: otool -L libssh2.1.dylib
2019-10-28 23:26:30 -05:00
..