2010APR04

2010-04-04 Thread levitch
I think it is relevant. Today OpenSSl 1.0 was installed on my workstation, from ports: /usr/ports/security/openssl The workstation: - freebsd 8.0 $ which openssl /usr/bin/openssl $ openssl version OpenSSL 0.9.8k 25 Mar 2009 The router: - openbsd -current, today $ which openssl

Re: 2010APR04

2010-04-04 Thread Miod Vallat
ssh login to the openbsd router throws the following error message: OpenSSL version mismatch. Built against 9080df, you have 100f You need to either recompile your ssh binary against the new openssl libraries, or set up a proper LD_LIBRARY_PATH to make it pick the old openssl shared

solved - Re: 2010APR04

2010-04-04 Thread levitch
On Sun, 4 Apr 2010, Miod Vallat wrote: ssh login to the openbsd router throws the following error message: OpenSSL version mismatch. Built against 9080df, you have 100f You need to either recompile your ssh binary against the new openssl libraries, or set up a proper LD_LIBRARY_PATH to