Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jul 2000 12:03:31 -0500
From:      "Jeffrey J. Mountin" <jeff-ml@mountin.net>
To:        John Hay <jhay@icomtek.co.za>, Mike@perlguru.com (Mike)
Cc:        freebsd-stable@FreeBSD.ORG
Subject:   Re: SSH in 4.1 RELEASE for NonUS users
Message-ID:  <4.3.2.20000729114028.00ac5a20@207.227.119.2>
In-Reply-To: <200007291525.e6TFPAN85938@zibbi.mikom.csir.co.za>
References:  <4.3.2.7.2.20000729172836.00b18c60@briz.net>

next in thread | previous in thread | raw e-mail | index | archive | help
At 05:25 PM 7/29/00 +0200, John Hay wrote:
>You have 2 options. If you have the crypto distribution with source, you
>can go into /usr/src/secure/lib/librsaintl and build and install it. If
>you don't want to build it, you can install the crypto distribution from
>ftp.internat.freebsd.org, its crypto distibution was built with
>USA_RESIDENT=NO and should give you librsaINTL* which is what is needed.

Doesn't one also need the following in make.conf:

MAKE_RSAINTL=  YES # RSA (public key exchange)

The change was done earlier this month.  Replaced RSAREF and was 
WITH_RSAINTL until the 14th.  Setting USA_RESIDENT=YES is only a part of 
the check:

.if exists(${.CURDIR}/../../crypto/openssl/crypto/rsa/rsa_eay.c) && \
     (${USA_RESIDENT} != YES || defined(MAKE_RSAINTL))
SUBDIR+=librsaintl
.endif


Jeff Mountin - jeff@mountin.net
Systems/Network Administrator
FreeBSD - the power to serve



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4.3.2.20000729114028.00ac5a20>