diff --git a/ChangeLog b/ChangeLog index 798fe2c4b..dbdf4824e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +Mon Mar 17 11:34:05 1997 Johan Danielsson + + * kdc/kdc.c: Use new copying functions, and free some data. + + * lib/asn1/Makefile.am: Try to not always rebuild generated files. + + * lib/asn1/der_put.c: Add fix_dce(). + + * lib/asn1/der_{get,length,put}.c: Fix include files. + + * lib/asn1/der_free.c: Remove unused functions. + + * lib/asn1/gen.c: Split into gen_encode, gen_decode, gen_free, + gen_length, and gen_copy. + Sun Mar 16 18:13:52 1997 Assar Westerlund * lib/krb5/sendauth.c: implemented functionality diff --git a/lib/asn1/asn1_locl.h b/lib/asn1/asn1_locl.h index 2f6dea569..354d43ebf 100644 --- a/lib/asn1/asn1_locl.h +++ b/lib/asn1/asn1_locl.h @@ -6,11 +6,17 @@ #ifdef HAVE_CONFIG_H #include #endif +#include #include #include #include +#include +#include #include "der.h" #include "gen.h" +#include "hash.h" +#include "symbol.h" + void generate_type_encode (Symbol *s); void generate_type_decode (Symbol *s);