CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/11/13 03:35:14
Modified files:
usr.bin/ssh : ssh-add.c ssh-agent.c ssh-keygen.c
ssh-keysign.c ssh.c ssh_api.c sshd-auth.c
sshd-session.c sshd.c
Log message:
Remove calls to OpenSSL_add_all_algorithms() and ERR_load_crypto_strings().
These are no-ops in LibreSSL, and in Portable have been mostly replaced
by a call to OPENSSL_init_crypto() in the compat layer. ok tb@
