fix RCSID's
authorJohn Kohl <jtkohl@mit.edu>
Wed, 12 Sep 1990 15:42:57 +0000 (15:42 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Wed, 12 Sep 1990 15:42:57 +0000 (15:42 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1130 dc483132-0cff-0310-8789-dd5450dbe970

12 files changed:
src/lib/crypto/des/cbc_cksum.c
src/lib/crypto/des/cs_entry.c
src/lib/crypto/des/fin_rndkey.c
src/lib/crypto/des/finish_key.c
src/lib/crypto/des/init_rkey.c
src/lib/crypto/des/key_parity.c
src/lib/crypto/des/key_sched.c
src/lib/crypto/des/make_kp.c
src/lib/crypto/des/new_rn_key.c
src/lib/crypto/des/process_ky.c
src/lib/crypto/des/random_key.c
src/lib/crypto/des/weak_key.c

index da651bb0cc84ceb2a45cf2e8f0625cc12c610757..f5526760c715fa1cbdfdb258d622ec29dd6fb40d 100644 (file)
@@ -16,7 +16,7 @@
  */
 
 #if !defined(lint) && !defined(SABER)
-static char des_cbc_checksum_c[] =
+static char rcsid_cbc_cksum_c[] =
 "$Id$";
 #endif /* !lint & !SABER */
 
index 7a59fbd33abaa0805d1812810fb0c89786485fd7..097100114eece5c2f016e1af81dd00375103de0e 100644 (file)
@@ -11,7 +11,7 @@
  */
 
 #if !defined(lint) && !defined(SABER)
-static char rcsid_des_cs_ent_c[] =
+static char rcsid_cs_entry_c[] =
 "$Id$";
 #endif /* !lint & !SABER */
 
index 14719ee88db6b12def5930a4f82342699b56a6c6..3696b545c9615673fc73b6550b1e1219682e1ca6 100644 (file)
@@ -10,7 +10,7 @@
  */
 
 #if !defined(lint) && !defined(SABER)
-static char des_fnr_key_c[] =
+static char rcsid_fin_rndkey_c[] =
 "$Id$";
 #endif /* !lint & !SABER */
 
index 3e01e7ae2e6c633e9962a457bbd0ad7875a4cad8..3269597e60e2794ae4afccb4f0bed6eb48ffaf5d 100644 (file)
@@ -10,7 +10,7 @@
  */
 
 #if !defined(lint) && !defined(SABER)
-static char des_fin_key_c[] =
+static char rcsid_finish_key_c[] =
 "$Id$";
 #endif /* !lint & !SABER */
 
index 89b227079eac7d92ff9e6553e7860a9734ed5c35..1485af5feb4dbf8c1c82f981f2a1ea69a13e9498 100644 (file)
@@ -10,7 +10,7 @@
  */
 
 #if !defined(lint) && !defined(SABER)
-static char des_inr_key_c[] =
+static char rcsid_init_rkey_c[] =
 "$Id$";
 #endif /* !lint & !SABER */
 
index 877b68f710b2ce24589fbadb268b01664738ac57..9cfff290241578f461da72da043a8432161b045e 100644 (file)
@@ -18,7 +18,7 @@
  */
 
 #if !defined(lint) && !defined(SABER)
-static char key_parity_c[] =
+static char rcsid_key_parity_c[] =
 "$Id$";
 #endif /* !lint & !SABER */
 
index cf7157c2a3ae3652ddc026fa4f471160438ccd5c..30e239f7a5a3fb29130c0f409b1ce76f2ee834ec 100644 (file)
@@ -31,7 +31,7 @@
  */
 
 #if !defined(lint) && !defined(SABER)
-static char key_sched_c[] =
+static char rcsid_key_sched_c[] =
 "$Id$";
 #endif /* !lint & !SABER */
 
index 8863e370b2bdadaf5c3d3499f4ff298a2f662aaf..e7745599b46b2708e36dbe386dfcbcadd568910a 100644 (file)
@@ -22,7 +22,7 @@
 #include "des_int.h"
 
 #ifndef lint
-static char rcsid[]=
+static char rcsid_make_kp[]=
     "$Id$";
 #endif /* lint */
 
index 0c4bce55bdb1368a4c952cfe768434f19e3c3b7d..59a9a93b3b3acb7f05ca2d93bcf8b10a33dd10f3 100644 (file)
@@ -17,7 +17,7 @@
  */
 
 #if !defined(lint) && !defined(SABER)
-static char new_rnd_key_c[] =
+static char rcsid_new_rn_key_c[] =
 "$Id$";
 #endif /* !lint & !SABER */
 
index b21228c5ff4291696d462e7a07604154eb9656ea..255a129d0dcc46e3969033027be0b782cc3d48d5 100644 (file)
@@ -10,7 +10,7 @@
  */
 
 #if !defined(lint) && !defined(SABER)
-static char des_prc_key_c[] =
+static char rcsid_process_ky_c[] =
 "$Id$";
 #endif /* !lint & !SABER */
 
index 468610fe116107358f40491221e89e00cd8bf028..bc0b06e9a5546c7182e65087577b85ea7819543e 100644 (file)
@@ -10,7 +10,7 @@
  */
 
 #if !defined(lint) && !defined(SABER)
-static char des_ran_key_c[] =
+static char rcsid_random_key_c[] =
 "$Id$";
 #endif /* !lint & !SABER */
 
index e46490af3b36f0e29a383f5917e320f3ed2933ce..6ebf070b6ba5755e81769966e8473625278f6084 100644 (file)
@@ -16,7 +16,7 @@
  */
 
 #if !defined(lint) && !defined(SABER)
-static char weak_key_c[] =
+static char rcsid_weak_key_c[] =
 "$Id$";
 #endif /* !lint & !SABER */