mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-04 12:20:42 +09:00
Compare commits
2 Commits
ab44f606b2
...
8069679033
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8069679033 | ||
|
|
c2e9d39dbe |
@@ -1212,7 +1212,6 @@ int ssh_channel_open_forward_unix(ssh_channel channel,
|
|||||||
{
|
{
|
||||||
ssh_session session = NULL;
|
ssh_session session = NULL;
|
||||||
ssh_buffer payload = NULL;
|
ssh_buffer payload = NULL;
|
||||||
ssh_string str = NULL;
|
|
||||||
int rc = SSH_ERROR;
|
int rc = SSH_ERROR;
|
||||||
int version;
|
int version;
|
||||||
|
|
||||||
@@ -1259,7 +1258,6 @@ int ssh_channel_open_forward_unix(ssh_channel channel,
|
|||||||
|
|
||||||
error:
|
error:
|
||||||
SSH_BUFFER_FREE(payload);
|
SSH_BUFFER_FREE(payload);
|
||||||
SSH_STRING_FREE(str);
|
|
||||||
|
|
||||||
return rc;
|
return rc;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -24,9 +24,10 @@ if (NOT WIN32)
|
|||||||
pthread)
|
pthread)
|
||||||
endif(NOT WIN32)
|
endif(NOT WIN32)
|
||||||
if (WITH_GSSAPI AND GSSAPI_FOUND)
|
if (WITH_GSSAPI AND GSSAPI_FOUND)
|
||||||
|
find_package(OpenSSL 1.1.1 REQUIRED)
|
||||||
set(TORTURE_LINK_LIBRARIES
|
set(TORTURE_LINK_LIBRARIES
|
||||||
${TORTURE_LINK_LIBRARIES}
|
${TORTURE_LINK_LIBRARIES}
|
||||||
crypto)
|
OpenSSL::Crypto)
|
||||||
endif (WITH_GSSAPI AND GSSAPI_FOUND)
|
endif (WITH_GSSAPI AND GSSAPI_FOUND)
|
||||||
|
|
||||||
# create test library
|
# create test library
|
||||||
|
|||||||
Reference in New Issue
Block a user