Commit 31384753 authored by Richard Levitte's avatar Richard Levitte
Browse files

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: default avatarMatt Caswell <matt@openssl.org>
parent 0d3587c7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
/* 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.
 *
+1 −1
Original line number Diff line number Diff line
/* 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.
 *
+1 −1
Original line number Diff line number Diff line
/* crypto/aes/aes_core.c -*- mode:C; c-file-style: "eay" -*- */
/* crypto/aes/aes_core.c */
/**
 * rijndael-alg-fst.c
 *
+1 −1
Original line number Diff line number Diff line
/* 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.
 *
+1 −1
Original line number Diff line number Diff line
/* 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.
 *
Loading