diff options
author | Aris Adamantiadis <aris@0xbadc0de.be> | 2009-09-26 01:34:14 +0200 |
---|---|---|
committer | Aris Adamantiadis <aris@0xbadc0de.be> | 2009-09-26 01:34:14 +0200 |
commit | 0f77578ee2095311ebe71785be4ee7dad135728a (patch) | |
tree | 1adbaba9565175753d2d05aef9321808f99a836a /libssh/dh.c | |
parent | 3e314e863cb70f8594b0c9b79d14edb3a929d708 (diff) | |
download | libssh-0f77578ee2095311ebe71785be4ee7dad135728a.tar.gz libssh-0f77578ee2095311ebe71785be4ee7dad135728a.tar.xz libssh-0f77578ee2095311ebe71785be4ee7dad135728a.zip |
Fixed doxygen compilation warnings
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 |