diff options
Diffstat (limited to 'src/lib')
| -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 |
