[Midnightbsd-cvs] [MidnightBSD/src] a46ee1: secure/libssh: drop ssh-dss.c (DSA removed in Open...

Lucas Holt noreply at github.com
Thu Jun 11 20:50:26 EDT 2026


  Branch: refs/heads/stable/4.1
  Home:   https://github.com/MidnightBSD/src
  Commit: a46ee1eeb9bbd8134572dba1fcec755032078c21
      https://github.com/MidnightBSD/src/commit/a46ee1eeb9bbd8134572dba1fcec755032078c21
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2026-06-11 (Thu, 11 Jun 2026)

  Changed paths:
    R crypto/openssh/ssh-dss.c
    M secure/lib/libssh/Makefile

  Log Message:
  -----------
  secure/libssh: drop ssh-dss.c (DSA removed in OpenSSH 10) (#384)

The OpenSSH 10.3p1 update (8de6e3dc9d) rewrote struct sshkey to store
libcrypto keys in an EVP_PKEY and removed the legacy `dsa` member along
with DSA support, but the stale ssh-dss.c was left behind and still listed
in libssh's SRCS, breaking the build:

    crypto/openssh/ssh-dss.c:55:11: error: no member named 'dsa' in 'struct sshkey'

Nothing else references the DSS key implementation (sshkey.c's impl table
has no DSS entry), so remove ssh-dss.c from secure/lib/libssh/Makefile and
delete the orphaned file, matching upstream OpenSSH 10.x.

Verified: secure/lib/libssh builds and links (libprivatessh.so.5) cleanly.

Co-authored-by: Claude Opus 4.8 <noreply at anthropic.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