summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/des
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2002-06-08 00:36:59 +0000
committerTom Yu <tlyu@mit.edu>2002-06-08 00:36:59 +0000
commit61472a1f9fea622f794a3e09835256a84094b488 (patch)
treedbe2eb58a0be962f8be1d8e524e9143a0a3825a3 /src/lib/crypto/des
parent46ccbc072a0185d467bf30bc163a6035b9d0d4ff (diff)
downloadkrb5-61472a1f9fea622f794a3e09835256a84094b488.tar.gz
krb5-61472a1f9fea622f794a3e09835256a84094b488.tar.xz
krb5-61472a1f9fea622f794a3e09835256a84094b488.zip
* 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
Diffstat (limited to 'src/lib/crypto/des')
-rw-r--r--src/lib/crypto/des/ChangeLog5
-rw-r--r--src/lib/crypto/des/des_int.h2
2 files changed, 6 insertions, 1 deletions
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 <meeroh@mit.edu>
+
+ * des_int.h: use "" includes for k5-int.h
+ [pullup from 1-2-2-branch]
+
2001-10-03 Ken Raeburn <raeburn@mit.edu>
* 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 <k5-int.h>
+#include "k5-int.h"
/*
* Begin "mit-des.h"
*/