Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions ssh2/c_ssh2.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,6 @@ cdef extern from "libssh2.h" nogil:
# Session flags
LIBSSH2_FLAG_SIGPIPE
LIBSSH2_FLAG_COMPRESS
# Path flags
LIBSSH2_FLAG_QUOTE_PATHS
# Flags for SK authentication
LIBSSH2_SK_PRESENCE_REQUIRED
LIBSSH2_SK_VERIFICATION_REQUIRED


ctypedef struct_stat libssh2_struct_stat
Expand Down
Loading