diff options
Diffstat (limited to 'libssh/dh.c')
-rw-r--r-- | libssh/dh.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libssh/dh.c b/libssh/dh.c index abb0762..1f1b20b 100644 --- a/libssh/dh.c +++ b/libssh/dh.c @@ -856,8 +856,6 @@ int ssh_get_pubkey_hash(ssh_session session, unsigned char **hash) { return MD5_DIGEST_LEN; } -/** \addtogroup ssh_session - * @{ */ /** * @brief Deallocate the hash obtained by ssh_get_pubkey_hash. * This is required under Microsoft platform as this library might use a |