Dear OpenSSL developer, I got some error messages related with SHA_256, SHA512 during compiling openssh-5.2p1(the latest version).
I did compile openssh with below option. ./configure --without-zlib-version-check --with-ssl-engine And modified Makefile to add options(-DOPENSSL_NO_SHA256 -DOPENSSL_NO_SHA512) since openssh has internal SHA functions. CFLAGS = ... -DOPENSSL_NO_SHA256 -DOPENSSL_NO_SHA512 However, I got some error messages related with SHA_256, SHA512. For resloving this error message, I changed definition in crypto/sha/sha.h as in attached diff file. Best Regards Yoon -- - A rich man from Arimathea, named Joseph -
mydiffs.patch
Description: Binary data
