Commit 93a17f79 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 avatarBen Laurie <ben@openssl.org>
parent ecadde4d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
/* apps/engine.c -*- mode: C; c-file-style: "eay" -*- */
/* apps/engine.c */
/*
 * Written by Richard Levitte <richard@levitte.org> for the OpenSSL project
 * 2000.
+1 −1
Original line number Diff line number Diff line
/* apps/speed.c -*- mode:C; c-file-style: "eay" -*- */
/* apps/speed.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
 * All rights reserved.
 *
+1 −1
Original line number Diff line number Diff line
/* crypto/aes/aes.h -*- mode:C; c-file-style: "eay" -*- */
/* crypto/aes/aes.h */
/* ====================================================================
 * Copyright (c) 1998-2002 The OpenSSL Project.  All rights reserved.
 *
+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.
 *
Loading