aboutsummaryrefslogtreecommitdiffstats
path: root/include
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 /include
parent0d3587c7fcb45dbf111721ade1ccc2abf9dc3934 (diff)
downloadopenssl-31384753c770b2d77dd9d54a19145d25498cf859.tar.gz
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 'include')
-rw-r--r--include/internal/o_dir.h2
-rw-r--r--include/internal/o_str.h2
-rw-r--r--include/openssl/aes.h2
-rw-r--r--include/openssl/camellia.h2
-rw-r--r--include/openssl/dso.h2
-rw-r--r--include/openssl/store.h2
-rw-r--r--include/openssl/ui.h2
7 files changed, 7 insertions, 7 deletions
diff --git a/include/internal/o_dir.h b/include/internal/o_dir.h
index d55431194e..bf45a14d02 100644
--- a/include/internal/o_dir.h
+++ b/include/internal/o_dir.h
@@ -1,4 +1,4 @@
-/* crypto/o_dir.h -*- mode:C; c-file-style: "eay" -*- */
+/* crypto/o_dir.h */
/*
* Copied from Richard Levitte's (richard@levitte.org) LP library. All
* symbol names have been changed, with permission from the author.
diff --git a/include/internal/o_str.h b/include/internal/o_str.h
index 5313528ed9..fa512eb397 100644
--- a/include/internal/o_str.h
+++ b/include/internal/o_str.h
@@ -1,4 +1,4 @@
-/* crypto/o_str.h -*- mode:C; c-file-style: "eay" -*- */
+/* crypto/o_str.h */
/*
* Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
* 2003.
diff --git a/include/openssl/aes.h b/include/openssl/aes.h
index 20e7b8ee0c..506ff5ec3b 100644
--- a/include/openssl/aes.h
+++ b/include/openssl/aes.h
@@ -1,4 +1,4 @@
-/* crypto/aes/aes.h -*- mode:C; c-file-style: "eay" -*- */
+/* crypto/aes/aes.h */
/* ====================================================================
* Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved.
*
diff --git a/include/openssl/camellia.h b/include/openssl/camellia.h
index 5ea700bd18..3736d3a453 100644
--- a/include/openssl/camellia.h
+++ b/include/openssl/camellia.h
@@ -1,4 +1,4 @@
-/* crypto/camellia/camellia.h -*- mode:C; c-file-style: "eay" -*- */
+/* crypto/camellia/camellia.h */
/* ====================================================================
* Copyright (c) 2006 The OpenSSL Project. All rights reserved.
*
diff --git a/include/openssl/dso.h b/include/openssl/dso.h
index 12c16b69b2..a473e98098 100644
--- a/include/openssl/dso.h
+++ b/include/openssl/dso.h
@@ -1,4 +1,4 @@
-/* dso.h -*- mode:C; c-file-style: "eay" -*- */
+/* dso.h */
/*
* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project
* 2000.
diff --git a/include/openssl/store.h b/include/openssl/store.h
index 6711d88deb..ffcf9810fb 100644
--- a/include/openssl/store.h
+++ b/include/openssl/store.h
@@ -1,4 +1,4 @@
-/* crypto/store/store.h -*- mode:C; c-file-style: "eay" -*- */
+/* crypto/store/store.h */
/*
* Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
* 2003.
diff --git a/include/openssl/ui.h b/include/openssl/ui.h
index 9a72ce298e..5cf7672a70 100644
--- a/include/openssl/ui.h
+++ b/include/openssl/ui.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.