summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2002-03-21 21:44:03 +0000
committerdes <des@FreeBSD.org>2002-03-21 21:44:03 +0000
commit861727c094bfdf9eb476a7c1e85c5334ff9a09fe (patch)
tree16eece1e905f3db78e806b06216829f27b932d86 /etc/Makefile
parent18beef9ee33364c68acf5c1dd15df3e95bb84e08 (diff)
downloadFreeBSD-src-861727c094bfdf9eb476a7c1e85c5334ff9a09fe.zip
FreeBSD-src-861727c094bfdf9eb476a7c1e85c5334ff9a09fe.tar.gz
Install moduli instead of primes
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile
index ac9ad17..83bde48 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -30,7 +30,7 @@ BIN1+= rc.isdn
.if exists(${.CURDIR}/../crypto) && !defined(NO_OPENSSH)
SSH= ${.CURDIR}/../crypto/openssh/ssh_config \
${.CURDIR}/../crypto/openssh/sshd_config \
- primes
+ moduli
.endif
.if exists(${.CURDIR}/../crypto) && !defined(NO_OPENSSL)
OpenPOWER on IntegriCloud