]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Remove the "eay" c-file-style indicators
authorRichard Levitte <levitte@openssl.org>
Fri, 18 Dec 2015 12:08:40 +0000 (13:08 +0100)
committerRichard Levitte <levitte@openssl.org>
Fri, 18 Dec 2015 12:08:40 +0000 (13:08 +0100)
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>
60 files changed:
crypto/aes/aes_cbc.c
crypto/aes/aes_cfb.c
crypto/aes/aes_core.c
crypto/aes/aes_ecb.c
crypto/aes/aes_ige.c
crypto/aes/aes_locl.h
crypto/aes/aes_misc.c
crypto/aes/aes_ofb.c
crypto/aes/aes_x86core.c
crypto/bio/bss_bio.c
crypto/camellia/camellia.c
crypto/camellia/cmll_cbc.c
crypto/camellia/cmll_cfb.c
crypto/camellia/cmll_ctr.c
crypto/camellia/cmll_ecb.c
crypto/camellia/cmll_locl.h
crypto/camellia/cmll_misc.c
crypto/camellia/cmll_ofb.c
crypto/dso/dso_dl.c
crypto/dso/dso_dlfcn.c
crypto/dso/dso_lib.c
crypto/dso/dso_vms.c
crypto/dso/dso_win32.c
crypto/engine/eng_all.c
crypto/evp/e_camellia.c
crypto/evp/e_old.c
crypto/evp/e_seed.c
crypto/mem_clr.c
crypto/o_dir.c
crypto/o_dir_test.c
crypto/o_str.c
crypto/o_time.c
crypto/rand/rand_vms.c
crypto/rsa/rsa_chk.c
crypto/seed/seed_cbc.c
crypto/seed/seed_cfb.c
crypto/seed/seed_ecb.c
crypto/seed/seed_ofb.c
crypto/store/str_lib.c
crypto/store/str_locl.h
crypto/store/str_mem.c
crypto/store/str_meth.c
crypto/ui/ui_lib.c
crypto/ui/ui_locl.h
crypto/ui/ui_openssl.c
crypto/ui/ui_util.c
crypto/x509v3/v3_pci.c
crypto/x509v3/v3_pcia.c
demos/easy_tls/easy-tls.c
demos/easy_tls/easy-tls.h
engines/e_chil.c
include/internal/o_dir.h
include/internal/o_str.h
include/openssl/aes.h
include/openssl/camellia.h
include/openssl/dso.h
include/openssl/store.h
include/openssl/ui.h
ssl/statem/statem_srvr.c
test/igetest.c

index e39231f17cb8e4aed44053eeb37954d116d0039e..805d0e260a6f286f975ca5f5a16b7c10b175a89a 100644 (file)
@@ -1,4 +1,4 @@
-/* crypto/aes/aes_cbc.c -*- mode:C; c-file-style: "eay" -*- */
+/* crypto/aes/aes_cbc.c */
 /* ====================================================================
  * Copyright (c) 1998-2002 The OpenSSL Project.  All rights reserved.
  *
index 1c79ce2dbaa17ae177b10874fbaf121772006e80..1225000963ea093237cd83404fba55b0d82f3253 100644 (file)
@@ -1,4 +1,4 @@
-/* crypto/aes/aes_cfb.c -*- mode:C; c-file-style: "eay" -*- */
+/* crypto/aes/aes_cfb.c */
 /* ====================================================================
  * Copyright (c) 2002-2006 The OpenSSL Project.  All rights reserved.
  *
index 1e4455a3e11739239a97beec4ee3a7149111769c..20c545ec25fc3ce14223e92826d33f81eca3b33a 100644 (file)
@@ -1,4 +1,4 @@
-/* crypto/aes/aes_core.c -*- mode:C; c-file-style: "eay" -*- */
+/* crypto/aes/aes_core.c */
 /**
  * rijndael-alg-fst.c
  *
index 2e0d20ca224e95a811caabce3150b494461d9d85..52151a5c70f446f78ee1e8457d3e9097266c1fb0 100644 (file)
@@ -1,4 +1,4 @@
-/* crypto/aes/aes_ecb.c -*- mode:C; c-file-style: "eay" -*- */
+/* crypto/aes/aes_ecb.c */
 /* ====================================================================
  * Copyright (c) 1998-2002 The OpenSSL Project.  All rights reserved.
  *
index c789cc06ab26ea146d15cae94cb74c2afe855845..b3ff9822023413b9c6dbe3e6fe88a136f0c7e248 100644 (file)
@@ -1,4 +1,4 @@
-/* crypto/aes/aes_ige.c -*- mode:C; c-file-style: "eay" -*- */
+/* crypto/aes/aes_ige.c */
 /* ====================================================================
  * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
  *
index fabfd02ac095e0c1600456c1b034400aa794347a..7acd74ec1603a711d5b35a3bf46263c3ec685854 100644 (file)
@@ -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.
  *
index 17754427592a80800c913b60c8d468835ace66b8..5af36d5f08df7c8e40d971e92c2ee1b4949e6f11 100644 (file)
@@ -1,4 +1,4 @@
-/* crypto/aes/aes_misc.c -*- mode:C; c-file-style: "eay" -*- */
+/* crypto/aes/aes_misc.c */
 /* ====================================================================
  * Copyright (c) 1998-2002 The OpenSSL Project.  All rights reserved.
  *
index e6153f99ba70e1305036da6db6bf8d0f1df2b1e3..64a08caaec6de5354e57492928b2680aac411a5f 100644 (file)
@@ -1,4 +1,4 @@
-/* crypto/aes/aes_ofb.c -*- mode:C; c-file-style: "eay" -*- */
+/* crypto/aes/aes_ofb.c */
 /* ====================================================================
  * Copyright (c) 2002-2006 The OpenSSL Project.  All rights reserved.
  *
index c869ed7198520d203aa39982056b1c8515170643..b5dd6976772ac4f77323e00e4bca8dc10688ed51 100644 (file)
@@ -1,4 +1,4 @@
-/* crypto/aes/aes_core.c -*- mode:C; c-file-style: "eay" -*- */
+/* crypto/aes/aes_core.c */
 /**
  * rijndael-alg-fst.c
  *
index afd21072348620f1a95a0933928f82fcfa63da98..144cde93a3e1bde217cf024ea5829842dee5fd41 100644 (file)
@@ -1,4 +1,4 @@
-/* crypto/bio/bss_bio.c  -*- Mode: C; c-file-style: "eay" -*- */
+/* crypto/bio/bss_bio.c  */
 /* ====================================================================
  * Copyright (c) 1998-2003 The OpenSSL Project.  All rights reserved.
  *
index c8537826af15839a526157913459a93924fc27a9..cfbe9c6deb8a2845e39b92103ce232ae8236a1e4 100644 (file)
@@ -1,4 +1,4 @@
-/* crypto/camellia/camellia.c -*- mode:C; c-file-style: "eay" -*- */
+/* crypto/camellia/camellia.c */
 /* ====================================================================
  * Copyright 2006 NTT (Nippon Telegraph and Telephone Corporation) .
  * ALL RIGHTS RESERVED.
index a4907ca05f78c11e5bb89f9dca5e98499907a06f..4017e00d9272a3b481b5c676d3ab403aa3ff2c2e 100644 (file)
@@ -1,4 +1,4 @@
-/* crypto/camellia/camellia_cbc.c -*- mode:C; c-file-style: "eay" -*- */
+/* crypto/camellia/camellia_cbc.c */
 /* ====================================================================
  * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
  *
index 59b85225c35e20ef324c05f36ab7721123daa3ba..78f2ae4566b12ec905aae711d2bf374eb792ea5c 100644 (file)
@@ -1,4 +1,4 @@
-/* crypto/camellia/camellia_cfb.c -*- mode:C; c-file-style: "eay" -*- */
+/* crypto/camellia/camellia_cfb.c */
 /* ====================================================================
  * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
  *
index b8f523d446481a4f9caf7e20b07a0ffb6e178375..95e26621b7d853fdbb5ac80e5baee3880d51e13c 100644 (file)
@@ -1,4 +1,4 @@
-/* crypto/camellia/camellia_ctr.c -*- mode:C; c-file-style: "eay" -*- */
+/* crypto/camellia/camellia_ctr.c */
 /* ====================================================================
  * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
  *
index 16f1af86ac38d3de4dda5e6f25456816554362f1..b030791b275cb7bdee452fc44fcbbd4b2e0887bc 100644 (file)
@@ -1,4 +1,4 @@
-/* crypto/camellia/camellia_ecb.c -*- mode:C; c-file-style: "eay" -*- */
+/* crypto/camellia/camellia_ecb.c */
 /* ====================================================================
  * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
  *
index 72e4e188968e9ddb0af97291032b52be2fd6d543..c1640309339dccdb7bb2f5f4e3b2f00be9aecebe 100644 (file)
@@ -1,4 +1,4 @@
-/* crypto/camellia/camellia_locl.h -*- mode:C; c-file-style: "eay" -*- */
+/* crypto/camellia/camellia_locl.h */
 /* ====================================================================
  * Copyright 2006 NTT (Nippon Telegraph and Telephone Corporation) .
  * ALL RIGHTS RESERVED.
index d73499b5c5b5126c23f586278b3c35dfff151105..e4bbcfd900bd60ebfcaedd8f58480552f7cb55e4 100644 (file)
@@ -1,4 +1,4 @@
-/* crypto/camellia/camellia_misc.c -*- mode:C; c-file-style: "eay" -*- */
+/* crypto/camellia/camellia_misc.c */
 /* ====================================================================
  * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
  *
index 46c3ae2af737660947ab6515f9d42e750d2b14da..85eb8921568ffe9ffd249aff9c9d7fb63e7c49a6 100644 (file)
@@ -1,4 +1,4 @@
-/* crypto/camellia/camellia_ofb.c -*- mode:C; c-file-style: "eay" -*- */
+/* crypto/camellia/camellia_ofb.c */
 /* ====================================================================
  * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
  *
index 5315e99be7f21deca30fdc38026dc34424a1e32e..221ab7ad9bb00068a5d51692a160e5421b24edf0 100644 (file)
@@ -1,4 +1,4 @@
-/* dso_dl.c -*- mode:C; c-file-style: "eay" -*- */
+/* dso_dl.c */
 /*
  * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
  * 2000.
index c06063bbc5c02fc7966ad7e45e32e6d4fdbc8695..8feb9d7ed91a9b19bd8d36a723a638fa85ceb047 100644 (file)
@@ -1,4 +1,4 @@
-/* dso_dlfcn.c -*- mode:C; c-file-style: "eay" -*- */
+/* dso_dlfcn.c */
 /*
  * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project
  * 2000.
index 56e765721c9cea3315047953beaac4003370b493..cc29ca4e4d93bde1b4c22dfc8b3d302a10e36112 100644 (file)
@@ -1,4 +1,4 @@
-/* dso_lib.c -*- mode:C; c-file-style: "eay" -*- */
+/* dso_lib.c */
 /*
  * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project
  * 2000.
index 0e1f02e25d1351b4f8fbf86896117eafc20ef5b4..700a30bb80c35efdb50b36cb028d46bc44c76cea 100644 (file)
@@ -1,4 +1,4 @@
-/* dso_vms.c -*- mode:C; c-file-style: "eay" -*- */
+/* dso_vms.c */
 /*
  * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
  * 2000.
index 8bcabff9125ebb256012d40564ad93ab4dc8df48..244c755899fdfde9090e8b0c9001682f2943e9da 100644 (file)
@@ -1,4 +1,4 @@
-/* dso_win32.c -*- mode:C; c-file-style: "eay" -*- */
+/* dso_win32.c */
 /*
  * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project
  * 2000.
index 49fa9c11720ad949674118ddeee73f414916cbc2..2c2353a3f0f6ee739fab911b04dd188efe46f216 100644 (file)
@@ -1,4 +1,4 @@
-/* crypto/engine/eng_all.c -*- mode: C; c-file-style: "eay" -*- */
+/* crypto/engine/eng_all.c */
 /*
  * Written by Richard Levitte <richard@levitte.org> for the OpenSSL project
  * 2000.
index 0a7ea4d2675be5acb160029934c925ed261cede8..71f10a73668ab672648d6d9394ff38e13112c23e 100644 (file)
@@ -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.
  *
index c93f5a548163df11a78f7fb9e4d8774c593f0ffe..a23d143b7fae6470c1fd4f62ff710a3b3c3962c9 100644 (file)
@@ -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.
index c948a8f3914fd5a58c665fcb71b8840642128c3d..7249d1b1eecb46cce214ffdc0b858af4cfbf7586 100644 (file)
@@ -1,4 +1,4 @@
-/* crypto/evp/e_seed.c -*- mode:C; c-file-style: "eay" -*- */
+/* crypto/evp/e_seed.c */
 /* ====================================================================
  * Copyright (c) 2007 The OpenSSL Project.  All rights reserved.
  *
index 5c03dff79b3d334b3e7bfdeee87362511827b458..52342ec23c791057128ace544cdfe2e1d1848d0e 100644 (file)
@@ -1,4 +1,4 @@
-/* crypto/mem_clr.c -*- mode:C; c-file-style: "eay" -*- */
+/* crypto/mem_clr.c */
 /*
  * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project
  * 2002.
index 7bff74e0ec9c19ba3656f1ff5a8490e36a4287f2..560d689293a7385e01dfe74b95cec973584ea69d 100644 (file)
@@ -1,4 +1,4 @@
-/* crypto/o_dir.c -*- mode:C; c-file-style: "eay" -*- */
+/* crypto/o_dir.c */
 /*
  * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
  * 2004.
index 733ffecf3a309d84ce5badfd3bd56982657584a5..5dd9d21a2bf6c4ac9b6497d94a945994eedf6e1b 100644 (file)
@@ -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.
index e96f62a2e80d7d5f0020ff909883bdecdf986e93..3afa5f7e03b7f2eb36fb1d7889c60c663a07c63e 100644 (file)
@@ -1,4 +1,4 @@
-/* crypto/o_str.c -*- mode:C; c-file-style: "eay" -*- */
+/* crypto/o_str.c */
 /*
  * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
  * 2003.
index 3bd2748bae0c9d21071593ebee121372692fa0a8..962929926823627fefd9abc517b1125b27567640 100644 (file)
@@ -1,4 +1,4 @@
-/* crypto/o_time.c -*- mode:C; c-file-style: "eay" -*- */
+/* crypto/o_time.c */
 /*
  * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
  * 2001.
index a7179a4ba121beb2f89d4a7cf390148591ead23b..0e10c363e2b512280b3789614d541756a50e8bcf 100644 (file)
@@ -1,4 +1,4 @@
-/* crypto/rand/rand_vms.c -*- mode:C; c-file-style: "eay" -*- */
+/* crypto/rand/rand_vms.c */
 /*
  * Written by Richard Levitte <richard@levitte.org> for the OpenSSL project
  * 2000.
index fa300a2e764636b2a1fd37b014179722f3de9927..9c28573d99bd33184dc3e431c6cf7e02863f42a4 100644 (file)
@@ -1,4 +1,4 @@
-/* crypto/rsa/rsa_chk.c  -*- Mode: C; c-file-style: "eay" -*- */
+/* crypto/rsa/rsa_chk.c  */
 /* ====================================================================
  * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
  *
index 33e6887740e92b4946ce89b117f2a0c8001c8c38..ee1115b4c11360b006117b5fe2fa7932391c8e7d 100644 (file)
@@ -1,4 +1,4 @@
-/* crypto/seed/seed_cbc.c -*- mode:C; c-file-style: "eay" -*- */
+/* crypto/seed/seed_cbc.c */
 /* ====================================================================
  * Copyright (c) 1998-2007 The OpenSSL Project.  All rights reserved.
  *
index 3437d7b4e1114144ce8da9c374beb802dec9a76f..b6a5648b35fd7420645323f30b6ecac99b793d14 100644 (file)
@@ -1,4 +1,4 @@
-/* crypto/seed/seed_cfb.c -*- mode:C; c-file-style: "eay" -*- */
+/* crypto/seed/seed_cfb.c */
 /* ====================================================================
  * Copyright (c) 1998-2007 The OpenSSL Project.  All rights reserved.
  *
index 937a31b42a8765b54d0973b9620582e4dcea81be..9363d5508044a393bfa7d3ce807b1fe35f122221 100644 (file)
@@ -1,4 +1,4 @@
-/* crypto/seed/seed_ecb.c -*- mode:C; c-file-style: "eay" -*- */
+/* crypto/seed/seed_ecb.c */
 /* ====================================================================
  * Copyright (c) 2007 The OpenSSL Project.  All rights reserved.
  *
index 6974302ce80f5c873cc564c2d7d03b0afbe4d1af..48b71224c52c8d5efdf3ae650f3d73e544a8081d 100644 (file)
@@ -1,4 +1,4 @@
-/* crypto/seed/seed_ofb.c -*- mode:C; c-file-style: "eay" -*- */
+/* crypto/seed/seed_ofb.c */
 /* ====================================================================
  * Copyright (c) 1998-2007 The OpenSSL Project.  All rights reserved.
  *
index 301d0c0c6b8beffd0e9548875ecbdbb74a3f0dd7..018e66760e76d7632432c8079ddaacba763201b1 100644 (file)
@@ -1,4 +1,4 @@
-/* crypto/store/str_lib.c -*- mode:C; c-file-style: "eay" -*- */
+/* crypto/store/str_lib.c */
 /*
  * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
  * 2003.
index ac55784df0aa9ca726957872406e5a6cb7b6e707..c0b40f0db6743637e12c0523d0b4f0b2194d5c9f 100644 (file)
@@ -1,4 +1,4 @@
-/* crypto/store/str_locl.h -*- mode:C; c-file-style: "eay" -*- */
+/* crypto/store/str_locl.h */
 /*
  * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
  * 2003.
index add76e718a4b765ba35759490c9f3f5f04031c58..dd71a1955d1f21cb5aa4600eb09b33d5769588dc 100644 (file)
@@ -1,4 +1,4 @@
-/* crypto/store/str_mem.c -*- mode:C; c-file-style: "eay" -*- */
+/* crypto/store/str_mem.c */
 /*
  * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
  * 2003.
index 5e0f4bd27605bb24c87071ff4598a89ad231f098..b13409238c9c7f71b68045593c076eb62fd8f2bb 100644 (file)
@@ -1,4 +1,4 @@
-/* crypto/store/str_meth.c -*- mode:C; c-file-style: "eay" -*- */
+/* crypto/store/str_meth.c */
 /*
  * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
  * 2003.
index ea3ec139e1b2172c87955c3107fba78461603ffa..414a84f6c5ee77e6d9c32f95d0999842ec810898 100644 (file)
@@ -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.
index 0d919cd7b1cce82498ad468b1fe47d0c12ec969e..bebc13abfc526fff4b86953fb9e98736e112620c 100644 (file)
@@ -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.
index de17638f93495c1c55a90d2be8ec943e1e7dcd74..d4ccc627c07003d686b0d96cb6c5dde72b17e402 100644 (file)
@@ -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.
index b1d76f46560719613ecedd559c83f213ec84457a..fbad5326f2ac971515071e9f29459eec0b6dd5f1 100644 (file)
@@ -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.
  *
index 6b68b961f66226b1cd05ee51fb8f318c2fa5c71a..c52709d21e52094960bb24f8f4ceb5522e81a8c2 100644 (file)
@@ -1,4 +1,4 @@
-/* v3_pci.c -*- mode:C; c-file-style: "eay" -*- */
+/* v3_pci.c */
 /*
  * Contributed to the OpenSSL Project 2004 by Richard Levitte
  * (richard@levitte.org)
index 43fd362aeda04e72fe3ac82023146906c248e93e..e53c82e8dc79eaa504559643c4800655bedd14cc 100644 (file)
@@ -1,4 +1,4 @@
-/* v3_pcia.c -*- mode:C; c-file-style: "eay" -*- */
+/* v3_pcia.c */
 /*
  * Contributed to the OpenSSL Project 2004 by Richard Levitte
  * (richard@levitte.org)
index 00407dd165b38f83c23d7a03fc6e18a4c9a96a72..deef1fd48deac463281849facdf2e3dec3931838 100644 (file)
@@ -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 $
index b1a7b304e4339a23cf0d5dbfb2961b46d67b3337..3ec8d635593a6898efec9ef58703c028e98221bd 100644 (file)
@@ -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 $
index 924de8ca4890d158b5ed55a92b7a5f4445ba9dcd..2dda84aeab70b1e538b530c62c7ea287c667e0d0 100644 (file)
@@ -1,4 +1,4 @@
-/* crypto/engine/e_chil.c -*- mode: C; c-file-style: "eay" -*- */
+/* crypto/engine/e_chil.c */
 /*
  * Written by Richard Levitte (richard@levitte.org), Geoff Thorpe
  * (geoff@geoffthorpe.net) and Dr Stephen N Henson (steve@openssl.org) for
index d55431194ef268a75cde1dd7a7a34eaf76a928fa..bf45a14d02ec743953c2f054b8cbc3cafff751a9 100644 (file)
@@ -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.
index 5313528ed92671ce11c7bcfc9f57145ce786d784..fa512eb3978422986bcf175cd5c5ca88ebf7efe2 100644 (file)
@@ -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.
index 20e7b8ee0cb997c56f23e5c63257b064dad851f6..506ff5ec3b38144ba596238e1d4f958eb822856a 100644 (file)
@@ -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.
  *
index 5ea700bd18fc4125ad5d3c232aba8d05c311319e..3736d3a4533dba5b8d9856e9d2d2f9850380f050 100644 (file)
@@ -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.
  *
index 12c16b69b2dd7a3407d210ecef63a50d8b91b0ec..a473e98098602ae6981ff9c5dad220433cc60376 100644 (file)
@@ -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.
index 6711d88debb7b0d76af7e1dee82fafffd0b7bd07..ffcf9810fb4ade2de4c513dc289c5b9d69009c75 100644 (file)
@@ -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.
index 9a72ce298ea5d3ce4f46a263e47d1ecea4c1fdbf..5cf7672a70b001cffcf7f9872af1dad18ce91cf7 100644 (file)
@@ -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.
index 83e56eac31b5ba8df83af5edcdd6cb584adb3fda..0b279e70f9550aa398fa2bb9cb3ebe7390be0253 100644 (file)
@@ -1,4 +1,4 @@
-/* ssl/statem/statem_srvr.c -*- mode:C; c-file-style: "eay" -*- */
+/* ssl/statem/statem_srvr.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index 9c80c856e1ef55dea982d797328fb243977a7964..9c8d03c2da3a368b60c11cc80292fcc01e233b49 100644 (file)
@@ -1,4 +1,4 @@
-/* test/igetest.c -*- mode:C; c-file-style: "eay" -*- */
+/* test/igetest.c */
 /* ====================================================================
  * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
  *