diff options
Diffstat (limited to 'src/lib/krb5/krb/gen_seqnum.c')
| -rw-r--r-- | src/lib/krb5/krb/gen_seqnum.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/krb5/krb/gen_seqnum.c b/src/lib/krb5/krb/gen_seqnum.c index 8703457be..7ac282122 100644 --- a/src/lib/krb5/krb/gen_seqnum.c +++ b/src/lib/krb5/krb/gen_seqnum.c @@ -1,7 +1,6 @@ /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */ +/* lib/krb5/krb/gen_seqnum.c */ /* - * lib/krb5/krb/gen_seqnum.c - * * Copyright 1991 by the Massachusetts Institute of Technology. * All Rights Reserved. * @@ -23,8 +22,9 @@ * M.I.T. makes no representations about the suitability of * this software for any purpose. It is provided "as is" without express * or implied warranty. - * - * + */ + +/* * Routine to automatically generate a starting sequence number. * We do this by getting a random key and encrypting something with it, * then taking the output and slicing it up. |
