git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18446 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-10-14 05:38:16 +00:00
parent 212c7cf7c9
commit 31791a1815

View File

@@ -1,5 +1,27 @@
2006-10-14 Love H<>rnquist <20>strand <lha@it.su.se> 2006-10-14 Love H<>rnquist <20>strand <lha@it.su.se>
* heim_asn1.h: move prototype away from here.
* der_format.c: Add der_parse_heim_oid
* gen_free.c: prefix primitive types with der_
* der_copy.c: prefix primitive types with der_
* gen_length.c: prefix primitive types with der_
* der_length.c: prefix primitive types with der_
* der_cmp.c: prefix primitive types with der_
* gen_free.c: prefix primitive types with der_
* der_free.c: prefix primitive types with der_
* gen_copy.c: prefix primitive types with der_
* der_copy.c: rename copy_ to der_copy_
* Makefile.am: Add der-protos.h to nodist_include_HEADERS. * Makefile.am: Add der-protos.h to nodist_include_HEADERS.
* der.h: use newly built <der-protos.h> * der.h: use newly built <der-protos.h>