aboutsummaryrefslogtreecommitdiffstats
path: root/include/internal
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/internal
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/internal')
-rw-r--r--include/internal/o_dir.h2
-rw-r--r--include/internal/o_str.h2
2 files changed, 2 insertions, 2 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.