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