summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/des/make_ip.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/crypto/des/make_ip.c')
-rw-r--r--src/lib/crypto/des/make_ip.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/lib/crypto/des/make_ip.c b/src/lib/crypto/des/make_ip.c
index feb02f71f..6114f9dbe 100644
--- a/src/lib/crypto/des/make_ip.c
+++ b/src/lib/crypto/des/make_ip.c
@@ -3,6 +3,7 @@
* $Author$
*
* Copyright 1987, 1988,1990 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
*
* For copying and distribution information, please see the file
* <krb5/copyright.h>.
@@ -11,7 +12,11 @@
* permutation of the DES.
*/
-#include <krb5/copyright.h>
+#if !defined(lint) && !defined(SABER)
+static char rcsid_make_ip_c[] =
+"$Id$";
+#endif /* !lint & !SABER */
+
#include <krb5/krb5.h>
#include <stdio.h>
#include "des_int.h"