diff options
Diffstat (limited to 'src/lib/crypto/krb/arcfour/arcfour-int.h')
-rw-r--r-- | src/lib/crypto/krb/arcfour/arcfour-int.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/lib/crypto/krb/arcfour/arcfour-int.h b/src/lib/crypto/krb/arcfour/arcfour-int.h index 6881dc4546..ff811f6f5a 100644 --- a/src/lib/crypto/krb/arcfour/arcfour-int.h +++ b/src/lib/crypto/krb/arcfour/arcfour-int.h @@ -1,9 +1,10 @@ +/* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* -ARCFOUR cipher (based on a cipher posted on the Usenet in Spring-95). -This cipher is widely believed and has been tested to be equivalent -with the RC4 cipher from RSA Data Security, Inc. (RC4 is a trademark -of RSA Data Security) + ARCFOUR cipher (based on a cipher posted on the Usenet in Spring-95). + This cipher is widely believed and has been tested to be equivalent + with the RC4 cipher from RSA Data Security, Inc. (RC4 is a trademark + of RSA Data Security) */ #ifndef ARCFOUR_INT_H |