summaryrefslogtreecommitdiffstats
path: root/src/lib/des425/pcbc_encrypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/des425/pcbc_encrypt.c')
-rw-r--r--src/lib/des425/pcbc_encrypt.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/lib/des425/pcbc_encrypt.c b/src/lib/des425/pcbc_encrypt.c
index 8f85d2eda3..00d9644ee1 100644
--- a/src/lib/des425/pcbc_encrypt.c
+++ b/src/lib/des425/pcbc_encrypt.c
@@ -1,6 +1,5 @@
/*
- * $Source$
- * $Author$
+ * lib/des425/pcbc_encrypt.c
*
* Copyright 1985, 1986, 1987, 1988,1990 by the Massachusetts Institute
* of Technology.
@@ -38,10 +37,6 @@
* spm 8/85 MIT project athena
*/
-#ifndef lint
-static char rcsid_pcbc_encrypt_c[] =
-"$Id$";
-#endif /* lint */
#include <stdio.h>
#include "des.h"