Stuart Henderson <stu () spacehopper ! org> writes:
> I'm not sure what happened here, there's no way that patch 007 would > do this, and in any event EVP_mdc2 was removed before 5.8 so shouldn't > be referenced by that sshd binary. > > Where did your base58 file come from? Hello Stuart. Thanks for your help. I downloaded: - base58.tgz from http://ftp.fr.openbsd.org/pub/OpenBSD/5.8/amd64/ - cd-src.tar.gz from http://ftp.fr.openbsd.org/pub/OpenBSD/5.8/ It appears to me now that other apps are broken, for instance wget: wget:/usr/lib/libcrypto.so.35.0: undefined symbol 'ENGINE_load_rsax' As I wrote in a message that I now discover I never sent :-), though not being a developer, I thought that all executables dynamically linked with libcrypto would break. Wget behavior looks to me as a confirmation of that. So, once again, I choose to: - wipe out /usr/src/ - put in place a fresh cd-src.tar.gz - put in place base58.tgz - not apply patches that failed for me: 001, 004 and 007. Olivier Debré