[Midnightbsd-cvs] [MidnightBSD/src] 990a0e: crypto/openssh: fix sshd-auth build with OpenSSL 3.x

Lucas Holt noreply at github.com
Sat Apr 25 09:30:05 EDT 2026


  Branch: refs/heads/master
  Home:   https://github.com/MidnightBSD/src
  Commit: 990a0e03b0c67bf3248bb52eb9064b2e28832820
      https://github.com/MidnightBSD/src/commit/990a0e03b0c67bf3248bb52eb9064b2e28832820
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2026-04-25 (Sat, 25 Apr 2026)

  Changed paths:
    M crypto/openssh/sshd-auth.c

  Log Message:
  -----------
  crypto/openssh: fix sshd-auth build with OpenSSL 3.x

Replace direct OpenSSL_add_all_algorithms() call with ssh_libcrypto_init(),
which uses OPENSSL_init_crypto() on OpenSSL >= 1.1.0 where the old function
was removed.

AI-Assisted-by: Claude Sonnet 4.6
Signed-off-by: Lucas Holt <luke at foolishgames.com>



To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/src/settings/notifications


More information about the Midnightbsd-cvs mailing list