Forwarded: not-needed


Gbp-Pq: Name manpage.patch
This commit is contained in:
Nicolas Mora 2022-12-09 14:21:44 +08:00 committed by luoyaoming
parent 292fa3cf2d
commit a438e974ab
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ int libssh2_userauth_publickey_frommemory(LIBSSH2_SESSION *session,
size_t privatekeydata_len,
const char *passphrase);
.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.
\fIsession\fP - Session instance as returned by
.BR libssh2_session_init_ex(3)