summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/des/string2key.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/string2key.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/string2key.c')
-rw-r--r--src/lib/crypto/des/string2key.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/crypto/des/string2key.c b/src/lib/crypto/des/string2key.c
index d3732fd15..33fa0d858 100644
--- a/src/lib/crypto/des/string2key.c
+++ b/src/lib/crypto/des/string2key.c
@@ -5,7 +5,7 @@
* Copyright 1990 by the Massachusetts Institute of Technology.
*
* For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
*
* Wrapper for the V4 libdes for use with kerberos V5.
*/
@@ -17,10 +17,7 @@ static char des_st2_key_c[] =
#include <krb5/copyright.h>
-#include <sys/errno.h>
-
#include <krb5/krb5.h>
-#include <krb5/krb5_err.h>
#include <krb5/ext-proto.h>
#include "des_int.h"