aboutsummaryrefslogtreecommitdiff
path: root/libssh/crypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'libssh/crypt.c')
-rw-r--r--libssh/crypt.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libssh/crypt.c b/libssh/crypt.c
index 8ccdc561..4fcfe423 100644
--- a/libssh/crypt.c
+++ b/libssh/crypt.c
@@ -19,8 +19,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
*/
#include <unistd.h>
@@ -202,3 +200,4 @@ int packet_hmac_verify(SSH_SESSION *session, BUFFER *buffer,
return -1;
}
+/* vim: set ts=2 sw=2 et cindent: */