aboutsummaryrefslogtreecommitdiff
path: root/libssh/keyfiles.c
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2009-09-26 01:34:14 +0200
committerAris Adamantiadis <aris@0xbadc0de.be>2009-09-26 01:34:14 +0200
commit0f77578ee2095311ebe71785be4ee7dad135728a (patch)
tree1adbaba9565175753d2d05aef9321808f99a836a /libssh/keyfiles.c
parent3e314e863cb70f8594b0c9b79d14edb3a929d708 (diff)
downloadlibssh-0f77578ee2095311ebe71785be4ee7dad135728a.tar.gz
libssh-0f77578ee2095311ebe71785be4ee7dad135728a.tar.xz
libssh-0f77578ee2095311ebe71785be4ee7dad135728a.zip
Fixed doxygen compilation warnings
Diffstat (limited to 'libssh/keyfiles.c')
-rw-r--r--libssh/keyfiles.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libssh/keyfiles.c b/libssh/keyfiles.c
index 193fd11..372093a 100644
--- a/libssh/keyfiles.c
+++ b/libssh/keyfiles.c
@@ -865,7 +865,7 @@ void privatekey_free(ssh_private_key prv) {
/** \brief Retrieve a public key from a file
* \param session the SSH session
* \param filename Filename of the key
- * \param _type Pointer to a integer. If it is not null, it contains the type of the key after execution.
+ * \param type Pointer to a integer. If it is not null, it contains the type of the key after execution.
* \return a SSH String containing the public key, or NULL if it failed.
* \see string_free()
* \see publickey_from_privatekey()