aboutsummaryrefslogtreecommitdiff
path: root/libssh/dh.c
diff options
context:
space:
mode:
Diffstat (limited to 'libssh/dh.c')
-rw-r--r--libssh/dh.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/libssh/dh.c b/libssh/dh.c
index 069f5568..1f2f3611 100644
--- a/libssh/dh.c
+++ b/libssh/dh.c
@@ -20,8 +20,6 @@
* along with the SSH Library; see the file COPYING. If not, write to
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
* MA 02111-1307, USA.
- *
- * vim: ts=2 sw=2 et cindent
*/
/*
@@ -1019,4 +1017,4 @@ int signature_verify(SSH_SESSION *session, STRING *signature) {
}
/** @} */
-
+/* vim: set ts=2 sw=2 et cindent: */