Skip to content

Commit 9371bad

Browse files
authored
Updated types for osx (#235)
* Updated types for osx * Updated tests
1 parent bce9fa8 commit 9371bad

File tree

4 files changed

+1411
-1507
lines changed

4 files changed

+1411
-1507
lines changed

ssh2/c_ssh2.pxd

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,6 @@ cdef extern from "libssh2.h" nogil:
5454
# Session flags
5555
LIBSSH2_FLAG_SIGPIPE
5656
LIBSSH2_FLAG_COMPRESS
57-
# Path flags
58-
LIBSSH2_FLAG_QUOTE_PATHS
59-
# Flags for SK authentication
60-
LIBSSH2_SK_PRESENCE_REQUIRED
61-
LIBSSH2_SK_VERIFICATION_REQUIRED
6257

6358

6459
ctypedef struct_stat libssh2_struct_stat

0 commit comments

Comments
 (0)