commit:     945ee0ffe23c4b13f4e76ad3eb8c03ee100fa369
Author:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  5 20:13:16 2025 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Fri Sep  5 20:13:16 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=945ee0ff

net-misc/pkixssh: Remove references to ssl USE flag

Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>

 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 4e6878e43ff2..c2c2d151af15 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
 }
 

Reply via email to