Subject: Re: cryptosrc-intl
To: None <tech-security@netbsd.org>
From: Simon J. Gerraty <sjg@quick.com.au>
List: tech-security
Date: 07/16/1999 00:17:29
In case its of use to anyone, I just put up:

ftp://ftp.quick.com.au/pub/sjg/build-ssleay-090b.tar.gz

which contains the Makefiles I use with BSD make for building shared
libs for SSLeay.  It also contains a perl script to facilitate
extracting the SRCS lists from the original Makefiles.

I don't believe the build process for openssl has (yet) diverged much
from SSLeay's so extsrcs.pl might save someone some work when
integrating the openssl stuff (which might save me some work :-)

See http://www.quick.com.au/help/sjg/ for related stuff.

Note that the Makefiles use my lib.mk (for building things other than
/usr/src) but bsd.lib.mk might suffice.  My lib.mk etc are included in
the bmake archive in the same directory.

--sjg