From 1d72e07ffb7b349ac9a8f825eae7cce082b5e2cd Mon Sep 17 00:00:00 2001 From: dartraiden Date: Thu, 20 Jun 2019 22:31:19 +0300 Subject: iibssh2: update to 1.9.0 --- libs/libssh2/src/userauth.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libs/libssh2/src/userauth.h') diff --git a/libs/libssh2/src/userauth.h b/libs/libssh2/src/userauth.h index c0442ae158..a7b0a9846e 100644 --- a/libs/libssh2/src/userauth.h +++ b/libs/libssh2/src/userauth.h @@ -44,7 +44,8 @@ _libssh2_userauth_publickey(LIBSSH2_SESSION *session, unsigned int username_len, const unsigned char *pubkeydata, unsigned long pubkeydata_len, - LIBSSH2_USERAUTH_PUBLICKEY_SIGN_FUNC((*sign_callback)), + LIBSSH2_USERAUTH_PUBLICKEY_SIGN_FUNC + ((*sign_callback)), void *abstract); #endif /* LIBSSH2_USERAUTH_H */ -- cgit v1.2.3