summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/des/make_fp.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_fp.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_fp.c')
-rw-r--r--src/lib/crypto/des/make_fp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/crypto/des/make_fp.c b/src/lib/crypto/des/make_fp.c
index 0bfb8a56d..22bc33091 100644
--- a/src/lib/crypto/des/make_fp.c
+++ b/src/lib/crypto/des/make_fp.c
@@ -2,18 +2,18 @@
* $Source$
* $Author$
*
- * Copyright 1988 by the Massachusetts Institute of Technology.
+ * Copyright 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 file contains a generation routine for source code
* implementing the final permutation of the DES.
*/
#include <krb5/copyright.h>
-#include <stdio.h>
#include <krb5/krb5.h>
+#include <stdio.h>
#include <krb5/ext-proto.h>
#include "des_int.h"
#include "tables.h"