diff options
author | Richard Levitte <levitte@openssl.org> | 2015-12-18 13:08:40 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2015-12-18 13:08:40 +0100 |
commit | 31384753c770b2d77dd9d54a19145d25498cf859 (patch) | |
tree | 56d2feaa4b959b0f6cb90f6b4e079f8cc07965c8 /crypto/aes/aes_ofb.c | |
parent | Add SSL_CIPHER_description() for Chacha20/Poly1305 (diff) | |
download | openssl-31384753c770b2d77dd9d54a19145d25498cf859.tar.xz openssl-31384753c770b2d77dd9d54a19145d25498cf859.zip |
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>
Diffstat (limited to 'crypto/aes/aes_ofb.c')
-rw-r--r-- | crypto/aes/aes_ofb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/aes/aes_ofb.c b/crypto/aes/aes_ofb.c index e6153f99ba..64a08caaec 100644 --- a/crypto/aes/aes_ofb.c +++ b/crypto/aes/aes_ofb.c @@ -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. * |