diff options
Diffstat (limited to 'src/lib/krb5/krb/decrypt_tk.c')
-rw-r--r-- | src/lib/krb5/krb/decrypt_tk.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/lib/krb5/krb/decrypt_tk.c b/src/lib/krb5/krb/decrypt_tk.c index 1dc43551d9..893fade0fa 100644 --- a/src/lib/krb5/krb/decrypt_tk.c +++ b/src/lib/krb5/krb/decrypt_tk.c @@ -1,6 +1,5 @@ /* - * $Source$ - * $Author$ + * lib/krb5/krb/decrypt_tk.c * * Copyright 1990 by the Massachusetts Institute of Technology. * All Rights Reserved. @@ -25,10 +24,6 @@ * krb5_decrypt_tkt_part() function. */ -#if !defined(lint) && !defined(SABER) -static char rcsid_decrypt_tk_c[] = -"$Id$"; -#endif /* !lint & !SABER */ #include <krb5/krb5.h> |