fin_rndkey.c, finish_key.c, init_rkey.c, key_sched.c,
new_rn_key.c, process_ky.c, random_key.c, string2key.c, verify.c,
weak_key.c: Replace <.../...> includes with "..."s.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4848
dc483132-0cff-0310-8789-
dd5450dbe970
+Wed Jan 25 20:04:39 1995 John Gilmore (gnu at toad.com)
+
+ * cbc_cksum.c, cs_entry.c, des.h, destest.c, f_sched.c,
+ fin_rndkey.c, finish_key.c, init_rkey.c, key_sched.c,
+ new_rn_key.c, process_ky.c, random_key.c, string2key.c, verify.c,
+ weak_key.c: Replace <.../...> includes with "..."s.
+
Wed Jan 25 16:54:40 1995 Chris Provenzano (proven@mit.edu)
* Removed all narrow types and references to wide.h and narrow.h
*
*/
-
-
-#include <krb5/krb5.h>
-#include <krb5/ext-proto.h>
-
+#include "k5-int.h"
#include "des_int.h"
/*
/*
* lib/crypto/des/cs_entry.c
*
- * Copyright 1990,1991 by the Massachusetts Institute of Technology.
+ * Copyright 1990, 1991, 1995 by the Massachusetts Institute of Technology.
* All Rights Reserved.
*
* Export of this software from the United States of America may
* DES encryption interface file
*/
-
-
-#include <krb5/krb5.h>
-#include <krb5/crc-32.h>
-
+#include "k5-int.h"
#include "des_int.h"
extern krb5_error_code mit_des_cbc_checksum PROTOTYPE ((krb5_pointer ,
#ifndef DES_DEFS
#define DES_DEFS
-#include <kerberosIV/mit-copyright.h>
-#include <krb5/osconf.h>
+#include "k5-int.h"
#ifndef KRB_INT32
#define KRB_INT32 long
*/
-#include <krb5/krb5.h>
-#include <krb5/mit-des.h>
-#include <krb5/ext-proto.h>
-#include <com_err.h>
+#include "k5-int.h"
+#include "com_err.h"
extern int errno;
extern mit_des_ecb_encrypt();
* des_make_sched.c - permute a DES key, returning the resulting key schedule
*/
#include "des.h"
-#include <krb5/krb5.h>
-#include <krb5/mit-des.h>
+#include "k5-int.h"
/*
* Permuted choice 1 tables. These are used to extract bits
*
*/
-
-#include <krb5/krb5.h>
-#include <krb5/mit-des.h>
-#include <krb5/ext-proto.h>
+#include "k5-int.h"
/*
free any resources held by "seed" and assigned by init_random_key()
*
*/
-
-#include <krb5/krb5.h>
-#include <krb5/ext-proto.h>
-
-#include <krb5/mit-des.h>
+#include "k5-int.h"
/*
does any necessary clean-up on the eblock (such as releasing
* permission. M.I.T. makes no representations about the suitability of
* this software for any purpose. It is provided "as is" without express
* or implied warranty.
- *
- *
*/
-
-#include <krb5/krb5.h>
-#include <krb5/ext-proto.h>
-
+#include "k5-int.h"
#include "des_int.h"
/*
* Originally written 6/85 by Steve Miller, MIT Project Athena.
*/
-
-#include <stdio.h>
-
-#include <krb5/krb5.h>
+#include "k5-int.h"
#include "des_int.h"
+#include <stdio.h>
void make_key_sched PROTOTYPE((mit_des_cblock, mit_des_key_schedule));
* without license from the U.S. Commerce department.
*/
-
-#include <krb5/krb5.h>
-#include <krb5/ext-proto.h>
-#include <krb5/los-proto.h>
+#include "k5-int.h"
#include "des_int.h"
#ifndef min
* permission. M.I.T. makes no representations about the suitability of
* this software for any purpose. It is provided "as is" without express
* or implied warranty.
- *
- *
*/
-
-
-#include <krb5/krb5.h>
-#include <krb5/ext-proto.h>
-
+#include "k5-int.h"
#include "des_int.h"
/*
* permission. M.I.T. makes no representations about the suitability of
* this software for any purpose. It is provided "as is" without express
* or implied warranty.
- *
- *
*/
-
-#include <krb5/krb5.h>
-#include <krb5/ext-proto.h>
-
+#include "k5-int.h"
#include "des_int.h"
+
/*
generate a random encryption key, allocating storage for it and
filling in the keyblock address in *keyblock
* permission. M.I.T. makes no representations about the suitability of
* this software for any purpose. It is provided "as is" without express
* or implied warranty.
- *
*/
-
-#include <krb5/krb5.h>
-#include <krb5/ext-proto.h>
-
+#include "k5-int.h"
#include "des_int.h"
/*
* -1 ==> error
*/
-
-#include <krb5/krb5.h>
-#include <krb5/ext-proto.h>
-#include <krb5/mit-des.h>
+#include "k5-int.h"
#include "des_int.h"
#include <stdio.h>
-#include <com_err.h>
+#include "com_err.h"
-extern int errno;
extern krb5_cryptosystem_entry mit_des_cryptosystem_entry;
char *progname;
* Originally written 8/85 by Steve Miller, MIT Project Athena.
*/
-
-#include <krb5/krb5.h>
-#include <krb5/ext-proto.h>
+#include "k5-int.h"
#include "des_int.h"
/*