diff options
Diffstat (limited to 'src/lib/crypto/des/string2key.c')
-rw-r--r-- | src/lib/crypto/des/string2key.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/lib/crypto/des/string2key.c b/src/lib/crypto/des/string2key.c index bba7331c56..c8ea2f9249 100644 --- a/src/lib/crypto/des/string2key.c +++ b/src/lib/crypto/des/string2key.c @@ -1,6 +1,5 @@ /* - * $Source$ - * $Author$ + * lib/crypto/des/string2key.c * * Copyright 1990,1991 by the Massachusetts Institute of Technology. * All Rights Reserved. @@ -25,10 +24,6 @@ * Wrapper for the V4 libdes for use with kerberos V5. */ -#if !defined(lint) && !defined(SABER) -static char rcsid_string2key_c[] = -"$Id$"; -#endif /* !lint & !SABER */ #include <krb5/krb5.h> #include <krb5/ext-proto.h> |