Skip to content

Commit 1beeb1c

Browse files
committed
Revert "Updated types for osx (#235)"
This reverts commit 9371bad.
1 parent 7d08e5a commit 1beeb1c

File tree

4 files changed

+1507
-1411
lines changed

4 files changed

+1507
-1411
lines changed

ssh2/c_ssh2.pxd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ 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
5762

5863

5964
ctypedef struct_stat libssh2_struct_stat

0 commit comments

Comments
 (0)