mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-05-22 23:50:38 +02:00
Don't call OpenSSL_add_all_algorithms() unless OpenSSL actually supports it. Move all libcrypto initialisation to a single function, and call that from seed_rng() that is called early in each tool's main(). Prompted by patch from Rosen Penev