From: Tom Yu Date: Sat, 8 Jun 2002 00:36:59 +0000 (+0000) Subject: * des_int.h: use "" includes for k5-int.h X-Git-Tag: krb5-1.3-alpha1~730 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=61472a1f9fea622f794a3e09835256a84094b488;p=krb5.git * des_int.h: use "" includes for k5-int.h [pullup from 1-2-2-branch] git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14483 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/crypto/des/ChangeLog b/src/lib/crypto/des/ChangeLog index 6dc684759..3e00ae863 100644 --- a/src/lib/crypto/des/ChangeLog +++ b/src/lib/crypto/des/ChangeLog @@ -1,3 +1,8 @@ +2002-06-07 Miro Jurisic + + * des_int.h: use "" includes for k5-int.h + [pullup from 1-2-2-branch] + 2001-10-03 Ken Raeburn * afsstring2key.c, d3_cbc.c, des_int.h, f_cbc.c, f_cksum.c, diff --git a/src/lib/crypto/des/des_int.h b/src/lib/crypto/des/des_int.h index 686cc3258..1b2a35141 100644 --- a/src/lib/crypto/des/des_int.h +++ b/src/lib/crypto/des/des_int.h @@ -57,7 +57,7 @@ #ifndef DES_INTERNAL_DEFS #define DES_INTERNAL_DEFS -#include +#include "k5-int.h" /* * Begin "mit-des.h" */