diff options
Diffstat (limited to 'include/libssh/libsshpp.hpp')
-rw-r--r-- | include/libssh/libsshpp.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/libssh/libsshpp.hpp b/include/libssh/libsshpp.hpp index 5205871..a353826 100644 --- a/include/libssh/libsshpp.hpp +++ b/include/libssh/libsshpp.hpp @@ -206,7 +206,6 @@ public: return ret; } /** @brief Try to authenticate using the publickey method. - * @param[in] type public key type * @param[in] pubkey public key to use for authentication * @throws SshException on error * @returns SSH_AUTH_SUCCESS if the pubkey is accepted, |