From 61472a1f9fea622f794a3e09835256a84094b488 Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Sat, 8 Jun 2002 00:36:59 +0000 Subject: [PATCH] * 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 --- src/lib/crypto/des/ChangeLog | 5 +++++ src/lib/crypto/des/des_int.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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" */ -- 2.26.2