diff options
author | Damien Miller <djm@mindrot.org> | 2014-05-15 15:07:33 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2014-05-15 15:07:33 +1000 |
commit | 54343e95c70994695f8842fb22836321350198d3 (patch) | |
tree | 2f6f2606331b243a7efc85524f47f0913f4244ae /ChangeLog | |
parent | e5b9f0f2ee6e133894307e44e862b66426990733 (diff) |
- djm@cvs.openbsd.org 2014/03/13 20:44:49
[login-timeout.sh]
this test is a sorry mess of race conditions; add another sleep
to avoid a failure on slow machines (at least until I find a
better way)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -91,6 +91,12 @@ | |||
91 | portability glue to support building without libcrypto | 91 | portability glue to support building without libcrypto |
92 | - (djm) [Makefile.in configure.ac sshbuf-getput-basic.c] | 92 | - (djm) [Makefile.in configure.ac sshbuf-getput-basic.c] |
93 | [sshbuf-getput-crypto.c sshbuf.c] compilation and portability fixes | 93 | [sshbuf-getput-crypto.c sshbuf.c] compilation and portability fixes |
94 | - OpenBSD CVS Sync | ||
95 | - djm@cvs.openbsd.org 2014/03/13 20:44:49 | ||
96 | [login-timeout.sh] | ||
97 | this test is a sorry mess of race conditions; add another sleep | ||
98 | to avoid a failure on slow machines (at least until I find a | ||
99 | better way) | ||
94 | 100 | ||
95 | 20140430 | 101 | 20140430 |
96 | - (dtucker) [defines.h] Define __GNUC_PREREQ__ macro if we don't already | 102 | - (dtucker) [defines.h] Define __GNUC_PREREQ__ macro if we don't already |