summaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2015-12-18 13:08:40 +0100
committerRichard Levitte <levitte@openssl.org>2015-12-18 13:08:40 +0100
commit31384753c770b2d77dd9d54a19145d25498cf859 (patch)
tree56d2feaa4b959b0f6cb90f6b4e079f8cc07965c8 /demos
parent0d3587c7fcb45dbf111721ade1ccc2abf9dc3934 (diff)
Remove the "eay" c-file-style indicators
Since we don't use the eay style any more, there's no point tryint to tell emacs to use it. Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'demos')
-rw-r--r--demos/easy_tls/easy-tls.c2
-rw-r--r--demos/easy_tls/easy-tls.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/demos/easy_tls/easy-tls.c b/demos/easy_tls/easy-tls.c
index 00407dd165..deef1fd48d 100644
--- a/demos/easy_tls/easy-tls.c
+++ b/demos/easy_tls/easy-tls.c
@@ -1,4 +1,4 @@
-/* -*- Mode: C; c-file-style: "bsd" -*- */
+/* */
/*-
* easy-tls.c -- generic TLS proxy.
* $Id: easy-tls.c,v 1.4 2002/03/05 09:07:16 bodo Exp $
diff --git a/demos/easy_tls/easy-tls.h b/demos/easy_tls/easy-tls.h
index b1a7b304e4..3ec8d63559 100644
--- a/demos/easy_tls/easy-tls.h
+++ b/demos/easy_tls/easy-tls.h
@@ -1,4 +1,4 @@
-/* -*- Mode: C; c-file-style: "bsd" -*- */
+/* */
/*-
* easy-tls.h -- generic TLS proxy.
* $Id: easy-tls.h,v 1.1 2001/09/17 19:06:59 bodo Exp $