summaryrefslogtreecommitdiff
path: root/lib/libcrypto/evp
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2014-06-11 01:53:04 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2014-06-11 01:53:04 +0000
commita40861167d7e66f8ccaafe81ef8376f2662e1a3c (patch)
treeafd22eff69067913a6d8d3dad882142728dd43d2 /lib/libcrypto/evp
parent58ce26ade8b9a26aca29df3c76b93324af0e057b (diff)
c-file-style hints, begone; ok beck
Diffstat (limited to 'lib/libcrypto/evp')
-rw-r--r--lib/libcrypto/evp/e_camellia.c2
-rw-r--r--lib/libcrypto/evp/e_old.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/evp/e_camellia.c b/lib/libcrypto/evp/e_camellia.c
index 377d121b891..91cce9c6136 100644
--- a/lib/libcrypto/evp/e_camellia.c
+++ b/lib/libcrypto/evp/e_camellia.c
@@ -1,4 +1,4 @@
-/* crypto/evp/e_camellia.c -*- mode:C; c-file-style: "eay" -*- */
+/* crypto/evp/e_camellia.c */
/* ====================================================================
* Copyright (c) 2006 The OpenSSL Project. All rights reserved.
*
diff --git a/lib/libcrypto/evp/e_old.c b/lib/libcrypto/evp/e_old.c
index c84bc29bf6f..c41b21a00e5 100644
--- a/lib/libcrypto/evp/e_old.c
+++ b/lib/libcrypto/evp/e_old.c
@@ -1,4 +1,4 @@
-/* crypto/evp/e_old.c -*- mode:C; c-file-style: "eay" -*- */
+/* crypto/evp/e_old.c */
/* Written by Richard Levitte (richard@levitte.org) for the OpenSSL
* project 2004.
*/