summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
authorKeith Vetter <keithv@fusion.com>1995-09-13 03:06:22 +0000
committerKeith Vetter <keithv@fusion.com>1995-09-13 03:06:22 +0000
commita6bdf6c81ab8c3d76c51438b7d32f60356104f4c (patch)
tree8eef03681a5e8370c1f382c607f244f9aa61bb41 /src/lib
parent4087ab472547dd231d6285ea6a386215a7743a25 (diff)
downloadkrb5-a6bdf6c81ab8c3d76c51438b7d32f60356104f4c.tar.gz
krb5-a6bdf6c81ab8c3d76c51438b7d32f60356104f4c.tar.xz
krb5-a6bdf6c81ab8c3d76c51438b7d32f60356104f4c.zip
Added inclusion of des_int.h
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6772 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/crypto/des/ChangeLog5
-rw-r--r--src/lib/crypto/des/f_pcbc.c1
2 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/crypto/des/ChangeLog b/src/lib/crypto/des/ChangeLog
index ba2beec6a1..9266327881 100644
--- a/src/lib/crypto/des/ChangeLog
+++ b/src/lib/crypto/des/ChangeLog
@@ -1,3 +1,8 @@
+Tue Sep 12 18:50:50 1995 John Rivlin (jrivlin@fusion.com)
+
+ * f_pcbc.c: Added include of des_int.h which seemed to
+ get lost so that mit_des_xxx get defined.
+
Wed Sep 06 14:20:57 1995 Chris Provenzano (proven@mit.edu)
* des_int.h, destest.c, init_rkey.c, random_key.c, string2key.c
diff --git a/src/lib/crypto/des/f_pcbc.c b/src/lib/crypto/des/f_pcbc.c
index c69dac3601..aae4a4a3a8 100644
--- a/src/lib/crypto/des/f_pcbc.c
+++ b/src/lib/crypto/des/f_pcbc.c
@@ -11,6 +11,7 @@
* des_pcbc_encrypt.c - encrypt a string of characters in error propagation mode
*/
#include "des.h"
+#include "des_int.h"
#include "f_tables.h"
/*