From 276324f9369d4dcb71c36861f9e076ac0ab16538 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Fri, 29 Sep 1995 05:29:13 +0000 Subject: [PATCH] #include autoconf.h instead of osconf.h, because that's the file we really care about. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6888 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/des425/ChangeLog | 5 +++++ src/lib/des425/pcbc_encrypt.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 + + * 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 * 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) -- 2.26.2