* cbc_cksum.c, cs_entry.c, des.h, destest.c, f_sched.c,
authorJohn Gilmore <gnu@toad.com>
Thu, 26 Jan 1995 04:09:51 +0000 (04:09 +0000)
committerJohn Gilmore <gnu@toad.com>
Thu, 26 Jan 1995 04:09:51 +0000 (04:09 +0000)
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

16 files changed:
src/lib/crypto/des/ChangeLog
src/lib/crypto/des/cbc_cksum.c
src/lib/crypto/des/cs_entry.c
src/lib/crypto/des/des.h
src/lib/crypto/des/destest.c
src/lib/crypto/des/f_sched.c
src/lib/crypto/des/fin_rndkey.c
src/lib/crypto/des/finish_key.c
src/lib/crypto/des/init_rkey.c
src/lib/crypto/des/key_sched.c
src/lib/crypto/des/new_rn_key.c
src/lib/crypto/des/process_ky.c
src/lib/crypto/des/random_key.c
src/lib/crypto/des/string2key.c
src/lib/crypto/des/verify.c
src/lib/crypto/des/weak_key.c

index 431586bf5c9fb42d3c1b63d3a6be04c247700218..63cbd48cb4bb055a87d632b3966a29bd666c22f4 100644 (file)
@@ -1,3 +1,10 @@
+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
index 625326f0a467066a939f9befa0dc96802f3e3ad1..7f57b842bd216d501485496579da7e5e29faf3f8 100644 (file)
  *
  */
 
-
-
-#include <krb5/krb5.h>
-#include <krb5/ext-proto.h>
-
+#include "k5-int.h"
 #include "des_int.h"
 
 /*
index 941f174de55b81eb41666f67c2ad8dae39b1afea..ba076823893259971b2ad1bb632bb49c0962fb2c 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * 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 ,
index e268aa71821de0445e562261193d803ba5cd2354..81cfef3f4d371969a2d915dce9cd0b926da301e4 100644 (file)
@@ -13,8 +13,7 @@
 #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
index 71c2c6f8eb6d5a0f63d64de59433fbb7b591b16a..46008f6f1e00f3b5bda5ebe00bc4c6fcbe33bfdd 100644 (file)
  */
 
 
-#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();
index 6ba6079d6caf3829d91295bbf29b02bd7d88da6b..7b8c36f7a081efe9441caed102400a71f9837050 100644 (file)
@@ -11,8 +11,7 @@
  * 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
index 37905c160fb29332779c291ead933b1b6bcd4e93..ea718b2be6ead35be81036a88325ae1108bf3fa6 100644 (file)
  *
  */
 
-
-#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()
index b70b679eaa3096cda9ef2a2d6e356d17bfa5b805..29de40d66e2018c123983fa4fe211b79db004d8e 100644 (file)
  *
  */
 
-
-#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
index 954adf2545242d55633c3c4371d336603e8d318d..09eb32703f5f499e8000e86ceb0537ab8e978856 100644 (file)
  * 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"
 
 /*
index 0e8850686aa2a1846b8648660b57ff42092c7af7..914e77a862f845a26725ceadf98572f65524e40a 100644 (file)
  * 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));
 
index 084c63fc8a0af920af03eb81cdc26a42c86d8c1f..b6c14745b6a9e3255693af8f97344becdb14a6c4 100644 (file)
  * 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
index a2214f63d430e4cb05a31a13a0d13a5d3c325c6d..e684f5af5ec3e0e59e1322938c9e98a19a5e2778 100644 (file)
  * 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"
 
 /*
index 009e26db4b9398f20e23541e2947ff4e3ff1fb02..1642e111c1fb72a77a30ed5e348ab0364abc1e53 100644 (file)
  * 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
index d4d8b8849c4e77557b65df0786603bd8130cd21b..0cbfea2bda767f97b0ea3fc1d2bd1ac918db8650 100644 (file)
  * 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"
 
 /*
index 0d70bd708aab328ee214df76117d565e6de997b0..14ae1af2a588ad27f6900d9873b4cd306cf72787 100644 (file)
  *             -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;
index d96caa5d4d6b2c84f1bbe0be5ab7112ac5463840..bc6b20264b1ce91756271c8521f15cb0e235f879 100644 (file)
@@ -29,9 +29,7 @@
  * 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"
 
 /*