Browse Source

fix syntax error in 'make update-moduli'; ok deraadt

OPENBSD_4_7
dtucker 14 years ago
parent
commit
e2a343c9dd
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/Makefile

+ 2
- 2
src/etc/Makefile View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.281 2009/10/01 19:01:28 matthieu Exp $
# $OpenBSD: Makefile,v 1.282 2009/10/25 05:23:58 dtucker Exp $
TZDIR= /usr/share/zoneinfo
LOCALTIME= Canada/Mountain
@ -291,7 +291,7 @@ distrib:
DHSIZE=1024 1536 2048 3072 4096
update-moduli:
( \
echo -n '# $Open'; echo 'BSD$'; \
echo -n '# $$Open'; echo 'BSD$$'; \
echo '# Time Type Tests Tries Size Generator Modulus'; \
( for i in ${DHSIZE}; do \
ssh-keygen -b $$i -G /dev/stdout; \


Loading…
Cancel
Save