diff options
author | Richard Levitte <levitte@openssl.org> | 2015-12-18 13:08:40 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2015-12-18 13:08:40 +0100 |
commit | 31384753c770b2d77dd9d54a19145d25498cf859 (patch) | |
tree | 56d2feaa4b959b0f6cb90f6b4e079f8cc07965c8 /demos | |
parent | Add SSL_CIPHER_description() for Chacha20/Poly1305 (diff) | |
download | openssl-31384753c770b2d77dd9d54a19145d25498cf859.tar.xz openssl-31384753c770b2d77dd9d54a19145d25498cf859.zip |
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.c | 2 | ||||
-rw-r--r-- | demos/easy_tls/easy-tls.h | 2 |
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 $ |