-
Notifications
You must be signed in to change notification settings - Fork 75
Closed
Description
Bug reports
Steps to reproduce:
- Rebuild the library using the system libssh, with the appropriate flags set (https://ssh2-python.readthedocs.io/en/latest/installation.html#system-library-build)
Expected behaviour: [What was expected to happen.]
- Expect to compile the library without the need for agent forwarding logic (ie libssh2_channel_request_auth_agent)
Actual behaviour: [What actually happened.]
Yields a C warning and a runtime error:
ssh2/channel.c:6902:22: warning: implicit declaration of function 'libssh2_channel_request_auth_agent' [-Wimplicit-function-declaration]
__pyx_v_rc = libssh2_channel_request_auth_agent(__pyx_v_self->_channel);
Very clearly, this function still occurs in the generated output:
Line 6902 in 2d62505
__pyx_v_rc = libssh2_channel_request_auth_agent(__pyx_v_self->_channel); |
Metadata
Metadata
Assignees
Labels
No labels