Skip to content

[WRAPPER] Fix some erros reported in #4214 - #4342

Merged
ptitSeb merged 1 commit into
ptitSeb:mainfrom
zengdage:901-fix
Sep 1, 2026
Merged

[WRAPPER] Fix some erros reported in #4214#4342
ptitSeb merged 1 commit into
ptitSeb:mainfrom
zengdage:901-fix

Conversation

@zengdage

@zengdage zengdage commented Sep 1, 2026

Copy link
Copy Markdown
Contributor
  1. ENGINE_get_first prototype: ENGINE *ENGINE_get_first(void);

  2. PASSWD_CHANGEREQ_FUNC prototype: typedef int (*LIBSSH2_PASSWD_CHANGEREQ_FUNC)(LIBSSH2_SESSION *session, char **newpw, void **abstract);

  3. context_type_get need return value, and it's prototype is const char *context_type_get(context_t con);

1. `ENGINE_get_first` prototype: `ENGINE *ENGINE_get_first(void);`

2. PASSWD_CHANGEREQ_FUNC prototype:
`typedef int (*LIBSSH2_PASSWD_CHANGEREQ_FUNC)(LIBSSH2_SESSION *session, char **newpw, void **abstract);`

3. `context_type_get` need return value, and it's prototype is
`const char *context_type_get(context_t con);`
@ptitSeb
ptitSeb merged commit 65702d6 into ptitSeb:main Sep 1, 2026
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants