We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5878ef0 commit c6a043aCopy full SHA for c6a043a
ssh2/c_ssh2.pxd
@@ -39,6 +39,9 @@ cdef extern from "libssh2.h" nogil:
39
LIBSSH2_HOSTKEY_TYPE_UNKNOWN
40
LIBSSH2_HOSTKEY_TYPE_RSA
41
LIBSSH2_HOSTKEY_TYPE_DSS
42
+ IF EMBEDDED_LIB:
43
+ enum:
44
+ LIBSSH2_HOSTKEY_HASH_SHA256
45
46
# ctypedef libssh2_uint64_t libssh2_struct_stat_size
47
ctypedef struct libssh2_struct_stat:
@@ -440,3 +443,5 @@ cdef extern from "libssh2.h" nogil:
440
443
int libssh2_trace_sethandler(LIBSSH2_SESSION *session,
441
444
void* context,
442
445
libssh2_trace_handler_func callback)
446
447
+ int libssh2_channel_request_auth_agent(LIBSSH2_CHANNEL *channel)
0 commit comments