]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: Now that ssh-keygen defaults to the maximum memory for
authordtucker@openbsd.org <dtucker@openbsd.org>
Mon, 16 Jun 2025 09:07:08 +0000 (09:07 +0000)
committerDarren Tucker <dtucker@dtucker.net>
Mon, 16 Jun 2025 10:05:30 +0000 (20:05 +1000)
moduli generation we no longer need to run it twice to get enough.  Use mkdir
-p instead of a conditional, which allows "make -jN" to work without error.

OpenBSD-Commit-ID: c2eb57285424f819f9520fa33e0d6d3c4a361a5e

.skipped-commit-ids

index 382dde52ba4e5a2a8904a7dbe128849ddb2d311b..8ed0befb7590bd10c3126c339fc0229088342b73 100644 (file)
@@ -1,3 +1,4 @@
+c2eb57285424f819f9520fa33e0d6d3c4a361a5e       moduli-gen.sh tweak
 509bb19bb9762a4b3b589af98bac2e730541b6d4       clean sshd random relinking kit
 5317f294d63a876bfc861e19773b1575f96f027d       remove libssh from makefiles
 a337e886a49f96701ccbc4832bed086a68abfa85       Makefile changes