mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Update libssh2 to 1.11.1
This commit is contained in:
parent
58ef6f6dac
commit
2bc341de52
118 changed files with 11071 additions and 4234 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef __LIBSSH2_USERAUTH_H
|
||||
#define __LIBSSH2_USERAUTH_H
|
||||
/* Copyright (c) 2004-2007, Sara Golemon <sarag@libssh2.org>
|
||||
* Copyright (c) 2009-2010 by Daniel Stenberg
|
||||
#ifndef LIBSSH2_USERAUTH_H
|
||||
#define LIBSSH2_USERAUTH_H
|
||||
/* Copyright (C) Sara Golemon <sarag@libssh2.org>
|
||||
* Copyright (C) Daniel Stenberg
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms,
|
||||
|
|
@ -36,6 +36,8 @@
|
|||
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
|
||||
* USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
|
||||
* OF SUCH DAMAGE.
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
|
||||
int
|
||||
|
|
@ -48,4 +50,4 @@ _libssh2_userauth_publickey(LIBSSH2_SESSION *session,
|
|||
((*sign_callback)),
|
||||
void *abstract);
|
||||
|
||||
#endif /* __LIBSSH2_USERAUTH_H */
|
||||
#endif /* LIBSSH2_USERAUTH_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue