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)
commit31384753c770b2d77dd9d54a19145d25498cf859
tree56d2feaa4b959b0f6cb90f6b4e079f8cc07965c8
parent0d3587c7fcb45dbf111721ade1ccc2abf9dc3934
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>
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