Subject: Re: openssl [was: Re: CVS commit: pkgsrc]
To: None <hubert.feyrer@informatik.fh-regensburg.de>
From: Frederick Bruckman <fb@enteract.com>
List: tech-userlevel
Date: 03/30/2000 15:42:28
On Thu, 30 Mar 2000, Hubert Feyrer wrote:

> On Wed, 29 Mar 2000, Johnny C. Lam wrote:
> > Modified Files:
> > 	pkgsrc/security/openssh: Makefile
> > 
> > Log Message:
> > Check for "/usr/include/openssl/rsa.h" instead of "/usr/bin/openssl" on
> > -current.
> 
> smaug% cd /usr/cvs/src-current/crypto-intl/
> smaug% find . -name rsa.h
> smaug% 
> 
> It seems our crypto-trees need to get in better sync...

If openssh needs RSA, building the "openssl" package is not enough,
because that could be built with or without RSA just as well as the
NetBSD-current "openssl". So we need two tests, first to see if we
need to build the package, second to see if we need RSARef, so we can
build the rsaref package and add -lrsaref to the libs (on a.out,
especially). The second condition is independent of the first.