From a5b576429205ffa3c9397614ea31363b31944e79 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 31 Jan 2024 19:13:48 +0300 Subject: libssh2: update to 1.11 --- libs/libssh2/src/userauth.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libs/libssh2/src/userauth.h') diff --git a/libs/libssh2/src/userauth.h b/libs/libssh2/src/userauth.h index 24f8037ec2..2f53ac5be9 100644 --- a/libs/libssh2/src/userauth.h +++ b/libs/libssh2/src/userauth.h @@ -1,5 +1,5 @@ -#ifndef __LIBSSH2_USERAUTH_H -#define __LIBSSH2_USERAUTH_H +#ifndef LIBSSH2_USERAUTH_H +#define LIBSSH2_USERAUTH_H /* Copyright (C) Sara Golemon * Copyright (C) Daniel Stenberg * All rights reserved. @@ -50,4 +50,4 @@ _libssh2_userauth_publickey(LIBSSH2_SESSION *session, ((*sign_callback)), void *abstract); -#endif /* __LIBSSH2_USERAUTH_H */ +#endif /* LIBSSH2_USERAUTH_H */ -- cgit v1.2.3