Re: buildworld failed in libpam due to crypto changes.

2000-02-25 Thread Kris Kennaway
On Sat, 26 Feb 2000, Munehiro Matsuda wrote: > Hi all, > > Buildworld failed due to crypto related changes in libpam. > With following patch, buildworld and installworld went successful for me. This patch looks correct to me, with one change. However I think the pam_ssh module needs to go under

buildworld failed in libpam due to crypto changes.

2000-02-25 Thread Munehiro Matsuda
Hi all, Buildworld failed due to crypto related changes in libpam. With following patch, buildworld and installworld went successful for me. They are for: src/lib/libpam/libpam/Makefile rev1.9 src/lib/libpam/modules/Makefile rev 1.4 diff -ru lib.org/libpam/libpam/Makefile lib/