diff options
author | Aris Adamantiadis <aris@0xbadc0de.be> | 2010-04-28 12:48:47 +0200 |
---|---|---|
committer | Aris Adamantiadis <aris@0xbadc0de.be> | 2010-04-28 12:48:47 +0200 |
commit | 84db436e3bc51cc962b8c34a6b54918df3762844 (patch) | |
tree | 8442f507f014d4941fdcfd8f18cd4ea748ccaf86 /libssh/auth.c | |
parent | 904c6ed853af02c4de5ad45356345c5b50e9f62f (diff) | |
download | libssh-84db436e3bc51cc962b8c34a6b54918df3762844.tar.gz libssh-84db436e3bc51cc962b8c34a6b54918df3762844.tar.xz libssh-84db436e3bc51cc962b8c34a6b54918df3762844.zip |
Fix doc and libgcrypt build
Diffstat (limited to 'libssh/auth.c')
-rw-r--r-- | libssh/auth.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libssh/auth.c b/libssh/auth.c index 2e801947..53baa85c 100644 --- a/libssh/auth.c +++ b/libssh/auth.c @@ -378,7 +378,7 @@ error: * two different logins in a row. * * @param[in] type The type of the public key. This value is given by - * publickey_from_file(). + * publickey_from_file() or ssh_privatekey_type(). * * @param[in] publickey A public key returned by publickey_from_file(). * @@ -393,6 +393,7 @@ error: * * @see publickey_from_file() * @see privatekey_from_file() + * @see ssh_privatekey_type() * @see ssh_userauth_pubkey() */ int ssh_userauth_offer_pubkey(ssh_session session, const char *username, |