Don't include <krb5/asn.1/encode.h>; use <krb5/asn1.h>
authorTheodore Tso <tytso@mit.edu>
Fri, 10 Feb 1995 22:58:39 +0000 (22:58 +0000)
committerTheodore Tso <tytso@mit.edu>
Fri, 10 Feb 1995 22:58:39 +0000 (22:58 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4940 dc483132-0cff-0310-8789-dd5450dbe970

src/kadmin/kpasswd/ChangeLog
src/kadmin/kpasswd/kpasswd.c

index d59e7c6e19c959731037179f2da61ad2cae2eceb..52aa1b5d9e68ceb56c321add3b77fe77f52e6308 100644 (file)
@@ -1,3 +1,7 @@
+Fri Feb 10 17:48:05 1995  Theodore Y. Ts'o  <tytso@dcl>
+
+       * kpasswd.c: Don't include <krb5/asn.1/encode.h>; use <krb5/asn1.h>.
+
 Mon Feb 06 17:19:04 1995 Chris Provenzano  (proven@mit.edu)
 
         * kpasswd.c Removed krb5_keytype, changed krb5_enctype to 
index edca72c2b261065ff221910961bcca852e73081f..cecacf935691e21e3ed3410eed661290c0b4ca63 100644 (file)
@@ -48,7 +48,7 @@
 #include <krb5/asn1.h>
 #include <krb5/config.h>
 #include <krb5/base-defs.h>
-#include <krb5/asn.1/encode.h>
+#include <krb5/asn1.h>
 #include <krb5/adm_err.h>
 #include <krb5/errors.h>
 #include <krb5/kdb5_err.h>