summaryrefslogtreecommitdiff
path: root/openssh-8.7p1-minrsabits.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-07-03 02:42:38 +0000
committerCoprDistGit <infra@openeuler.org>2024-07-03 02:42:38 +0000
commit3c362eae690284f325824e38431881825e32ffdd (patch)
treed2d0e11b92bf88d35c270559d268845d391a4703 /openssh-8.7p1-minrsabits.patch
parent62f0a34c39a6846b6a86f2bbc7fb8c319bd46d94 (diff)
automatic import of openssh
Diffstat (limited to 'openssh-8.7p1-minrsabits.patch')
-rw-r--r--openssh-8.7p1-minrsabits.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/openssh-8.7p1-minrsabits.patch b/openssh-8.7p1-minrsabits.patch
deleted file mode 100644
index 2ed59a3..0000000
--- a/openssh-8.7p1-minrsabits.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff --git a/readconf.c b/readconf.c
-index 7f26c680..42be690b 100644
---- a/readconf.c
-+++ b/readconf.c
-@@ -320,6 +320,7 @@ static struct {
- { "securitykeyprovider", oSecurityKeyProvider },
- { "knownhostscommand", oKnownHostsCommand },
- { "requiredrsasize", oRequiredRSASize },
-+ { "rsaminsize", oRequiredRSASize }, /* alias */
- { "enableescapecommandline", oEnableEscapeCommandline },
-
- { NULL, oBadOption }
-diff --git a/servconf.c b/servconf.c
-index 29df0463..423772b1 100644
---- a/servconf.c
-+++ b/servconf.c
-@@ -676,6 +680,7 @@ static struct {
- { "casignaturealgorithms", sCASignatureAlgorithms, SSHCFG_ALL },
- { "securitykeyprovider", sSecurityKeyProvider, SSHCFG_GLOBAL },
- { "requiredrsasize", sRequiredRSASize, SSHCFG_ALL },
-+ { "rsaminsize", sRequiredRSASize, SSHCFG_ALL }, /* alias */
- { "channeltimeout", sChannelTimeout, SSHCFG_ALL },
- { "unusedconnectiontimeout", sUnusedConnectionTimeout, SSHCFG_ALL },
- { NULL, sBadOption, 0 }