#include autoconf.h instead of osconf.h, because that's the file we
authorTheodore Tso <tytso@mit.edu>
Fri, 29 Sep 1995 05:29:13 +0000 (05:29 +0000)
committerTheodore Tso <tytso@mit.edu>
Fri, 29 Sep 1995 05:29:13 +0000 (05:29 +0000)
really care about.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6888 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/des425/ChangeLog
src/lib/des425/pcbc_encrypt.c

index 026b50e6c69e276598081b6dd653025b343f6eaf..09086f98fb2462dc1b5ceb61292b17852310d96e 100644 (file)
@@ -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
index 1ea3bfe0ead899dacf3f63fffc4ae01fe7be7004..7c7517b23232d68f84da69492e0f387fb67e8024 100644 (file)
@@ -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)