Subject: Re: openssh and -current
To: Kazushi Marukawa (Jam) <jam@pobox.com>
From: None <itojun@iijlab.net>
List: current-users
Date: 07/05/2002 06:06:19
>It's not working on my machine too.  My case, sshd says
>different like following.  Guess something very first step
>is wrong, but don't find out what is wrong.  I did "make
>distrib" and made userland twice for the case.  Still having
>following error.  Please advice me.  Thank you in advance.
># sshd -d -d -d -f /etc/ssh/sshd_config
>debug1: sshd version OpenSSH_3.4 NetBSD_Secure_Shell-20020626
>cipher_init: EVP_CipherInit failed for none

	wihch version of netbsd are you using?

	maybe it's because of version of openssl (/usr/include/openssl,
	/usr/lib/libcrypto.a).  if possible, upgrade the following places
	and build.
		# cd src
		# cvs update -d -P crypto/dist/openssl lib/libcrypto lib/libssl
		# (cd lib/libcrypto; make includes)
		# (cd lib/libssl; make includes)
		# (cd lib/libcrypto; make dependall; make install)
		# (cd lib/libssl; make dependall; make install)
	and then try rebuilding openssh.

	we may need to update advisory.

itojun