summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/des/make_e.c
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-05-23 11:28:49 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-05-23 11:28:49 +0000
commit7994497147230abfa075484fdecaf04fb2d8637d (patch)
treee45188f962ef8050438dd9975c80b196dce08f9e /src/lib/crypto/des/make_e.c
parent7471c89e72a8a4c1382241f3b26d646eb463005d (diff)
downloadkrb5-7994497147230abfa075484fdecaf04fb2d8637d.tar.gz
krb5-7994497147230abfa075484fdecaf04fb2d8637d.tar.xz
krb5-7994497147230abfa075484fdecaf04fb2d8637d.zip
include file fix-ups
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@911 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/crypto/des/make_e.c')
-rw-r--r--src/lib/crypto/des/make_e.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/lib/crypto/des/make_e.c b/src/lib/crypto/des/make_e.c
index 032eff291..6842f55ff 100644
--- a/src/lib/crypto/des/make_e.c
+++ b/src/lib/crypto/des/make_e.c
@@ -2,17 +2,18 @@
* $Source$
* $Author$
*
- * Copyright 1987, 1988 by the Massachusetts Institute of Technology.
+ * Copyright 1987, 1988,1990 by the Massachusetts Institute of Technology.
*
* For copying and distribution information,
- * please see the file <mit-copyright.h>.
+ * please see the file <krb5/copyright.h>.
*
* This routine generates source code that implements the "E"
* operations of the DES.
*/
-#include <stdio.h>
+#include <krb5/mit-copyright.h>
#include <krb5/krb5.h>
+#include <stdio.h>
#include "des_int.h"
#include "tables.h"