From 952ce7a2d84e774ea871e721bc7aa763aa6368df Mon Sep 17 00:00:00 2001 From: Paul Park Date: Thu, 27 Jul 1995 19:46:47 +0000 Subject: [PATCH] Use des_int.h instead of mit-des.h git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6342 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/crypto/des/f_sched.c | 1 + src/lib/crypto/des/fin_rndkey.c | 1 + src/lib/crypto/des/finish_key.c | 1 + 3 files changed, 3 insertions(+) diff --git a/src/lib/crypto/des/f_sched.c b/src/lib/crypto/des/f_sched.c index 7b8c36f7a..a741c3e79 100644 --- a/src/lib/crypto/des/f_sched.c +++ b/src/lib/crypto/des/f_sched.c @@ -12,6 +12,7 @@ */ #include "des.h" #include "k5-int.h" +#include "des_int.h" /* * Permuted choice 1 tables. These are used to extract bits diff --git a/src/lib/crypto/des/fin_rndkey.c b/src/lib/crypto/des/fin_rndkey.c index ea718b2be..943a27c5b 100644 --- a/src/lib/crypto/des/fin_rndkey.c +++ b/src/lib/crypto/des/fin_rndkey.c @@ -24,6 +24,7 @@ */ #include "k5-int.h" +#include "des_int.h" /* free any resources held by "seed" and assigned by init_random_key() diff --git a/src/lib/crypto/des/finish_key.c b/src/lib/crypto/des/finish_key.c index 0214d1f69..b878097ff 100644 --- a/src/lib/crypto/des/finish_key.c +++ b/src/lib/crypto/des/finish_key.c @@ -24,6 +24,7 @@ */ #include "k5-int.h" +#include "des_int.h" /* does any necessary clean-up on the eblock (such as releasing -- 2.26.2