diff options
Diffstat (limited to 'src/lib/krb5/krb/ser_key.c')
-rw-r--r-- | src/lib/krb5/krb/ser_key.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/lib/krb5/krb/ser_key.c b/src/lib/krb5/krb/ser_key.c index f441e986fb..eb3be06f48 100644 --- a/src/lib/krb5/krb/ser_key.c +++ b/src/lib/krb5/krb/ser_key.c @@ -1,7 +1,6 @@ /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */ +/* lib/krb5/krb/ser_key.c - Serialize krb5_keyblock structure */ /* - * lib/krb5/krb/ser_key.c - * * Copyright 1995, 2008 by the Massachusetts Institute of Technology. * All Rights Reserved. * @@ -23,12 +22,8 @@ * 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. - * */ -/* - * ser_key.c - Serialize a krb5_keyblock structure. - */ #include "k5-int.h" #include "int-proto.h" |