diff options
Diffstat (limited to 'src/lib/des425')
-rw-r--r-- | src/lib/des425/ChangeLog | 5 | ||||
-rw-r--r-- | src/lib/des425/pcbc_encrypt.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/src/lib/des425/ChangeLog b/src/lib/des425/ChangeLog index 026b50e6c..09086f98f 100644 --- a/src/lib/des425/ChangeLog +++ b/src/lib/des425/ChangeLog @@ -1,3 +1,8 @@ +Fri Sep 29 01:28:11 1995 Theodore Y. Ts'o <tytso@dcl> + + * pcbc_encrypt.c: #include autoconf.h instead of osconf.h, because + that's the file we really care about. + Mon Sep 25 16:51:10 1995 Theodore Y. Ts'o <tytso@dcl> * Makefile.in: Removed "foo:: foo-$(WHAT)" lines from the diff --git a/src/lib/des425/pcbc_encrypt.c b/src/lib/des425/pcbc_encrypt.c index 1ea3bfe0e..7c7517b23 100644 --- a/src/lib/des425/pcbc_encrypt.c +++ b/src/lib/des425/pcbc_encrypt.c @@ -18,7 +18,7 @@ /* * copy of include/des.h to avoid collision with local one */ -#include "osconf.h" +#include "autoconf.h" #ifndef KRB_INT32 #if (SIZEOF_LONG == 4) |