From 945ee0ffe23c4b13f4e76ad3eb8c03ee100fa369 Mon Sep 17 00:00:00 2001 From: Patrick McLean Date: Fri, 5 Sep 2025 13:13:16 -0700 Subject: [PATCH] net-misc/pkixssh: Remove references to ssl USE flag Signed-off-by: Patrick McLean --- net-misc/pkixssh/pkixssh-17.0.ebuild | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/net-misc/pkixssh/pkixssh-17.0.ebuild b/net-misc/pkixssh/pkixssh-17.0.ebuild index 4e6878e43ff29..c2c2d151af155 100644 --- a/net-misc/pkixssh/pkixssh-17.0.ebuild +++ b/net-misc/pkixssh/pkixssh-17.0.ebuild @@ -291,12 +291,6 @@ src_install() { doins -r "${WORKDIR}"/etc/ssh/sshd_config.d } -pkg_preinst() { - if ! use ssl && has_version "${CATEGORY}/${PN}[ssl]"; then - show_ssl_warning=1 - fi -} - pkg_postinst() { # bug #139235 optfeature "x11 forwarding" x11-apps/xauth @@ -346,12 +340,6 @@ pkg_postinst() { ewarn "set 'Restart=no' in your sshd unit file." fi - if [[ -n ${show_ssl_warning} ]]; then - elog "Be aware that by disabling openssl support in openssh, the server and clients" - elog "no longer support dss/rsa/ecdsa keys. You will need to generate ed25519 keys" - elog "and update all clients/servers that utilize them." - fi - openssh_maybe_restart }