diff options
author | Damien Miller <djm@mindrot.org> | 2014-08-22 17:48:27 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2014-08-22 17:48:27 +1000 |
commit | 4d69aeabd6e60afcdc7cca177ca751708ab79a9d (patch) | |
tree | 05102c5d1a20961590478961f153f73914d2fe02 /ChangeLog | |
parent | 0c11f1ac369d2c0aeb0ab0458a7cd04c72fe5e9e (diff) |
- (djm) [openbsd-compat/bsd-snprintf.c] Fix compilation failure (prototype/
definition mismatch) and warning for broken/missing snprintf case.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ | |||
2 | - (djm) [configure.ac] include leading zero characters in OpenSSL version | 2 | - (djm) [configure.ac] include leading zero characters in OpenSSL version |
3 | number; fixes test for unsupported versions | 3 | number; fixes test for unsupported versions |
4 | - (djm) [sshbuf-getput-crypto.c] Fix compilation when OpenSSL lacks ECC | 4 | - (djm) [sshbuf-getput-crypto.c] Fix compilation when OpenSSL lacks ECC |
5 | - (djm) [openbsd-compat/bsd-snprintf.c] Fix compilation failure (prototype/ | ||
6 | definition mismatch) and warning for broken/missing snprintf case. | ||
5 | 7 | ||
6 | 20140821 | 8 | 20140821 |
7 | - (djm) [Makefile.in] fix reference to libtest_helper.a in sshkey test too. | 9 | - (djm) [Makefile.in] fix reference to libtest_helper.a in sshkey test too. |