aboutsummaryrefslogtreecommitdiff
path: root/libssh/dh.c
diff options
context:
space:
mode:
Diffstat (limited to 'libssh/dh.c')
-rw-r--r--libssh/dh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libssh/dh.c b/libssh/dh.c
index e70c9491..08988c68 100644
--- a/libssh/dh.c
+++ b/libssh/dh.c
@@ -1042,6 +1042,6 @@ int signature_verify(ssh_session session, ssh_string signature) {
return err;
}
-/* @} */
+/** @} */
/* vim: set ts=4 sw=4 et cindent: */