mirror of https://gitee.com/openkylin/libssh2.git
Fix typo
Forwarded: not-needed Gbp-Pq: Name manpage.patch
This commit is contained in:
parent
292fa3cf2d
commit
a438e974ab
|
@ -14,7 +14,7 @@ int libssh2_userauth_publickey_frommemory(LIBSSH2_SESSION *session,
|
||||||
size_t privatekeydata_len,
|
size_t privatekeydata_len,
|
||||||
const char *passphrase);
|
const char *passphrase);
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
This function allows to authenticate a session with a public key read from memory.
|
This function allows one to authenticate a session with a public key read from memory.
|
||||||
It's only supported when libssh2 is backed by OpenSSL.
|
It's only supported when libssh2 is backed by OpenSSL.
|
||||||
\fIsession\fP - Session instance as returned by
|
\fIsession\fP - Session instance as returned by
|
||||||
.BR libssh2_session_init_ex(3)
|
.BR libssh2_session_init_ex(3)
|
||||||
|
|
Loading…
Reference in New Issue