summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/des/destest.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/crypto/des/destest.c')
-rw-r--r--src/lib/crypto/des/destest.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/lib/crypto/des/destest.c b/src/lib/crypto/des/destest.c
index e9cc1505f2..a3824be66e 100644
--- a/src/lib/crypto/des/destest.c
+++ b/src/lib/crypto/des/destest.c
@@ -1,6 +1,5 @@
/*
- * $Source$
- * $Author$
+ * lib/crypto/des/destest.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
@@ -25,10 +24,6 @@
* Test a DES implementation against known inputs & outputs
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_destest_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
/*
* -DBSD_DES will test the BSD DES library.