diff options
| author | Paul Park <pjpark@mit.edu> | 1995-07-27 19:46:47 +0000 |
|---|---|---|
| committer | Paul Park <pjpark@mit.edu> | 1995-07-27 19:46:47 +0000 |
| commit | 952ce7a2d84e774ea871e721bc7aa763aa6368df (patch) | |
| tree | 6f3c0cdf55f23b05df80b27b07c722f22e5f3979 /src/lib/crypto | |
| parent | a482e2c2d3b39f76deb1a20c5712276685197d91 (diff) | |
| download | krb5-952ce7a2d84e774ea871e721bc7aa763aa6368df.tar.gz krb5-952ce7a2d84e774ea871e721bc7aa763aa6368df.tar.xz krb5-952ce7a2d84e774ea871e721bc7aa763aa6368df.zip | |
Use des_int.h instead of mit-des.h
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6342 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/crypto')
| -rw-r--r-- | src/lib/crypto/des/f_sched.c | 1 | ||||
| -rw-r--r-- | src/lib/crypto/des/fin_rndkey.c | 1 | ||||
| -rw-r--r-- | src/lib/crypto/des/finish_key.c | 1 |
3 files changed, 3 insertions, 0 deletions
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 |
