diff options
author | deraadt <> | 2014-06-11 01:53:03 +0000 |
---|---|---|
committer | deraadt <> | 2014-06-11 01:53:03 +0000 |
commit | 596d60dba394f9f2eed0d9a577bb09bcd070cc4d (patch) | |
tree | 6cc21580a674da47d9eee75daf6a7a08dfba038b /src/lib/libcrypto/rc4/rc4_utl.c | |
parent | 0bbbe9791a98bb8d5aeb999bf0ca439216d92e77 (diff) | |
download | openbsd-596d60dba394f9f2eed0d9a577bb09bcd070cc4d.tar.gz openbsd-596d60dba394f9f2eed0d9a577bb09bcd070cc4d.tar.bz2 openbsd-596d60dba394f9f2eed0d9a577bb09bcd070cc4d.zip |
c-file-style hints, begone; ok beck
Diffstat (limited to 'src/lib/libcrypto/rc4/rc4_utl.c')
-rw-r--r-- | src/lib/libcrypto/rc4/rc4_utl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/rc4/rc4_utl.c b/src/lib/libcrypto/rc4/rc4_utl.c index bd39a76543..f808d85dae 100644 --- a/src/lib/libcrypto/rc4/rc4_utl.c +++ b/src/lib/libcrypto/rc4/rc4_utl.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* crypto/rc4/rc4_utl.c -*- mode:C; c-file-style: "eay" -*- */ | 1 | /* crypto/rc4/rc4_utl.c */ |
2 | /* ==================================================================== | 2 | /* ==================================================================== |
3 | * Copyright (c) 2011 The OpenSSL Project. All rights reserved. | 3 | * Copyright (c) 2011 The OpenSSL Project. All rights reserved. |
4 | * | 4 | * |