summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2010-10-24 11:58:43 +1100
committerDarren Tucker <dtucker@zip.com.au>2010-10-24 11:58:43 +1100
commit7bc236de2124070a68e6b2360418142b0784a526 (patch)
tree2ca73ead9f21e5dfa91401f6cd2e0ccadf8cca11 /ChangeLog
parentd633fef4712f87324516bd7e6c0314dfb37a5820 (diff)
- (dtucker) [defines.h] Add SIZE_MAX for the benefit of platforms that don't
have it.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6cf9897d1..df2e7295e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,8 @@
4 which don't have ECC support in libcrypto. 4 which don't have ECC support in libcrypto.
5 - (dtucker) [regress/cert-userkey.sh] Disable ECC-based tests on platforms 5 - (dtucker) [regress/cert-userkey.sh] Disable ECC-based tests on platforms
6 which don't have ECC support in libcrypto. 6 which don't have ECC support in libcrypto.
7 - (dtucker) [defines.h] Add SIZE_MAX for the benefit of platforms that don't
8 have it.
7 - (dtucker) OpenBSD CVS Sync 9 - (dtucker) OpenBSD CVS Sync
8 - sthen@cvs.openbsd.org 2010/10/23 22:06:12 10 - sthen@cvs.openbsd.org 2010/10/23 22:06:12
9 [sftp.c] 11 [sftp.c]