diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2016-01-28 18:41:59 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2016-01-28 18:41:59 +0000 |
commit | c188d4cade9cba451816aef2371942bea4ff837f (patch) | |
tree | 7af4d87a03d869e528631ede778e4423dd6a281a /crypto/rc4/rc4_utl.c | |
parent | 737d7e8d3945c206c037e139055821aa0c64bb8e (diff) |
Diffstat (limited to 'crypto/rc4/rc4_utl.c')
-rw-r--r-- | crypto/rc4/rc4_utl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/rc4/rc4_utl.c b/crypto/rc4/rc4_utl.c index 7c6a15f1c71f..cbd4a24e4b4d 100644 --- a/crypto/rc4/rc4_utl.c +++ b/crypto/rc4/rc4_utl.c @@ -1,4 +1,4 @@ -/* crypto/rc4/rc4_utl.c -*- mode:C; c-file-style: "eay" -*- */ +/* crypto/rc4/rc4_utl.c */ /* ==================================================================== * Copyright (c) 2011 The OpenSSL Project. All rights reserved. * |