Stephen Hahn wrote: > * Dennis Clarke <[EMAIL PROTECTED]> [2007-12-06 20:20]: >> Please bear in mind that I use Solaris 8 as my crucible where code will melt >> down and reveal all. If it compiles clean there ( and works ) then by >> definition it will work anywhere in the Solaris world. That explains why I >> took the sources back to a Solaris 8 x86 machine. Just to see what breaks >> and then how to fix it. The SHA1 calls require a bit more work than a simple >> #include <sha1.h> :-) > > I think it would be reasonable to use the OpenSSL SHA1 implementation, > like James's changes do for Linux portability.
Dennis, see http://cr.opensolaris.org/~jhf/ips-multi/src/modules/elf.c.udiff.html A few #ifdef's and you're on your way. -jhf- _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
