aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ssl_key_export.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui/ssl_key_export.c')
-rw-r--r--ui/ssl_key_export.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/ui/ssl_key_export.c b/ui/ssl_key_export.c
index ab5773b6c4..aa04e04c92 100644
--- a/ui/ssl_key_export.c
+++ b/ui/ssl_key_export.c
@@ -85,3 +85,16 @@ ssl_export_sessions(void)
g_string_free(keylist, FALSE);
return session_keys;
}
+
+/*
+ * Editor modelines
+ *
+ * Local Variables:
+ * c-basic-offset: 4
+ * tab-width: 8
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * ex: set shiftwidth=4 tabstop=8 expandtab:
+ * :indentSize=4:tabSize=8:noTabs=true:
+ */