diff options
author | Damien Miller <djm@mindrot.org> | 2011-01-14 14:47:37 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2011-01-14 14:47:37 +1100 |
commit | e9b40487fa41696a8f045ff7a5447ce9da511913 (patch) | |
tree | 325c2968e1a1f518e3d06dcbe16707f3f25ba796 /ChangeLog | |
parent | 42747df8b7986912b008b4341a707f80dd147997 (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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 | ||
11 | 20110213 | 15 | 20110213 |
12 | - (djm) [misc.c] include time.h for nanosleep() prototype | 16 | - (djm) [misc.c] include time.h for nanosleep() prototype |