diff options
Diffstat (limited to 'src/lib/des425/random_key.c')
-rw-r--r-- | src/lib/des425/random_key.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/lib/des425/random_key.c b/src/lib/des425/random_key.c index e8abc8df71..d4f1f187b8 100644 --- a/src/lib/des425/random_key.c +++ b/src/lib/des425/random_key.c @@ -1,6 +1,5 @@ /* - * $Source$ - * $Author$ + * lib/des425/random_key.c * * Copyright 1990,1991 by the Massachusetts Institute of Technology. * All Rights Reserved. @@ -24,10 +23,6 @@ * */ -#ifndef lint -static char rcsid_random_key_c[] = -"$Header$"; -#endif /* lint */ #include "des.h" |