summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2011-01-14 14:47:37 +1100
committerDamien Miller <djm@mindrot.org>2011-01-14 14:47:37 +1100
commite9b40487fa41696a8f045ff7a5447ce9da511913 (patch)
tree325c2968e1a1f518e3d06dcbe16707f3f25ba796 /ChangeLog
parent42747df8b7986912b008b4341a707f80dd147997 (diff)
- (djm) [Makefile.in] Use shell test to disable ecdsa key generating in
host-key-force target rather than a substitution that is replaced with a comment so that the Makefile.in is still a syntactically valid Makefile (useful to run the distprep target)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5ea138ed7..f441d8d63 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,10 @@
7 [PROTOCOL.mux] 7 [PROTOCOL.mux]
8 correct protocol names and add a couple of missing protocol number 8 correct protocol names and add a couple of missing protocol number
9 defines; patch from bert.wesarg AT googlemail.com 9 defines; patch from bert.wesarg AT googlemail.com
10 - (djm) [Makefile.in] Use shell test to disable ecdsa key generating in
11 host-key-force target rather than a substitution that is replaced with a
12 comment so that the Makefile.in is still a syntactically valid Makefile
13 (useful to run the distprep target)
10 14
1120110213 1520110213
12 - (djm) [misc.c] include time.h for nanosleep() prototype 16 - (djm) [misc.c] include time.h for nanosleep() prototype