Subject: Re: ssh on NetBSD/vax?
To: Magnus Enbom <dot@sm.luth.se>
From: Jonathan Sturges <jonathan@cc.odu.edu>
List: port-vax
Date: 03/06/1997 17:46:31
Thanks a bunch!!
It compiles easily with the 1-line change below...
thanks again,
Jonathan
:-)
On Thu, 6 Mar 1997, Magnus Enbom wrote:
> On Mar 03, 1997 at 09:57:47AM -0500, Jonathan Sturges wrote:
> > Hi,
> > has anyone been able to build ssh-1.2.17? It says supported architecturs
> > are NetBSD 1.0 - 1.2, and lists all platforms BUT vax. :-( This would
> > seem to be confirmed by its inability to compile (my MicroVAX-II is still
> > running 1.1A).
>
> Change ssh-1.2.17/gmp-2.0.2-ssh-2/longlong.h like this:
>
> *** longlong.h Wed Oct 30 00:01:52 1996
> --- longlong.ny Thu Mar 6 17:38:22 1997
> ***************
> *** 1183,1183 ****
> ! : "g" (__xx.ll), "g" (d)); \
>
> --- 1183,1183 ----
> ! : "g" (__xx.__ll), "g" (d)); \
>
>
> If you have performance problems, change the host key to 512 bits instead
> of 1024 and use arcfour encryption.
>
> /.
>