summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/des/make_odd.c
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1991-03-14 11:11:40 +0000
committerJohn Kohl <jtkohl@mit.edu>1991-03-14 11:11:40 +0000
commit13de01fef60a99d076c687b08e516bcd19058522 (patch)
treeb903b7e744ff043c96b263751ff6dc49c46d4c0d /src/lib/crypto/des/make_odd.c
parent6d3b8888cafaf0923da9863aebe759189025084d (diff)
downloadkrb5-13de01fef60a99d076c687b08e516bcd19058522.tar.gz
krb5-13de01fef60a99d076c687b08e516bcd19058522.tar.xz
krb5-13de01fef60a99d076c687b08e516bcd19058522.zip
fix copyrights; add RCS strings to those needing them
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1898 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/crypto/des/make_odd.c')
-rw-r--r--src/lib/crypto/des/make_odd.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/lib/crypto/des/make_odd.c b/src/lib/crypto/des/make_odd.c
index 84653ea50..1c3f4deb9 100644
--- a/src/lib/crypto/des/make_odd.c
+++ b/src/lib/crypto/des/make_odd.c
@@ -3,6 +3,7 @@
* $Author$
*
* Copyright 1988,1990 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
*
* For copying and distribution information, please see
* the file <krb5/copyright.h>.
@@ -10,7 +11,11 @@
* This routine generates an odd-parity table for use in key generation.
*/
-#include <krb5/copyright.h>
+#if !defined(lint) && !defined(SABER)
+static char rcsid_make_odd_c[] =
+"$Id$";
+#endif /* !lint & !SABER */
+
#include <stdio.h>
void gen(stream)