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 /crypto/ui | |
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 'crypto/ui')
-rw-r--r-- | crypto/ui/ui_lib.c | 2 | ||||
-rw-r--r-- | crypto/ui/ui_locl.h | 2 | ||||
-rw-r--r-- | crypto/ui/ui_openssl.c | 2 | ||||
-rw-r--r-- | crypto/ui/ui_util.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/crypto/ui/ui_lib.c b/crypto/ui/ui_lib.c index ea3ec139e1..414a84f6c5 100644 --- a/crypto/ui/ui_lib.c +++ b/crypto/ui/ui_lib.c @@ -1,4 +1,4 @@ -/* crypto/ui/ui_lib.c -*- mode:C; c-file-style: "eay" -*- */ +/* crypto/ui/ui_lib.c */ /* * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project * 2001. diff --git a/crypto/ui/ui_locl.h b/crypto/ui/ui_locl.h index 0d919cd7b1..bebc13abfc 100644 --- a/crypto/ui/ui_locl.h +++ b/crypto/ui/ui_locl.h @@ -1,4 +1,4 @@ -/* crypto/ui/ui.h -*- mode:C; c-file-style: "eay" -*- */ +/* crypto/ui/ui.h */ /* * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project * 2001. diff --git a/crypto/ui/ui_openssl.c b/crypto/ui/ui_openssl.c index de17638f93..d4ccc627c0 100644 --- a/crypto/ui/ui_openssl.c +++ b/crypto/ui/ui_openssl.c @@ -1,4 +1,4 @@ -/* crypto/ui/ui_openssl.c -*- mode:C; c-file-style: "eay" -*- */ +/* crypto/ui/ui_openssl.c */ /* * Written by Richard Levitte (richard@levitte.org) and others for the * OpenSSL project 2001. diff --git a/crypto/ui/ui_util.c b/crypto/ui/ui_util.c index b1d76f4656..fbad5326f2 100644 --- a/crypto/ui/ui_util.c +++ b/crypto/ui/ui_util.c @@ -1,4 +1,4 @@ -/* crypto/ui/ui_util.c -*- mode:C; c-file-style: "eay" -*- */ +/* crypto/ui/ui_util.c */ /* ==================================================================== * Copyright (c) 2001-2002 The OpenSSL Project. All rights reserved. * |