git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16557 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-01-13 13:52:46 +00:00
parent 21983e69ee
commit cc7822b1f7
2 changed files with 14 additions and 1 deletions

View File

@@ -1,5 +1,12 @@
2006-01-13 Love H<>rnquist <20>strand <lha@it.su.se>
* include/Makefile.am: Don't clean crypto headers, they now live
in hcrypto/. Add hcrypto to SUBDIRS.
* include/hcrypto/Makefile.am: clean installed headers
* include/make_crypto.c: include crypto headers from hcrypto/
* include/make_crypto.c: Include more crypto headerfiles. Remove
support for old hash names.

View File

@@ -1,5 +1,11 @@
2005-10-26 Love H<>rnquist <20>strand <lha@it.su.se>
2006-01-13 Love H<>rnquist <20>strand <lha@it.su.se>
* crypto.m4: libdes is renamed to hcrypto
* crypto.m4: Remove support for old hash names.
2005-10-26 Love H<>rnquist <20>strand <lha@it.su.se>
* install-catman.sh: Add variable INSTALL_CATPAGES that controls
if cat pages are installed, defaults to true. From Johnny Lam
<jlam@pkgsrc.org>.