summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2014-07-21 06:30:25 +1000
committerDarren Tucker <dtucker@zip.com.au>2014-07-21 06:30:25 +1000
commit93a87ab27ecdc709169fb24411133998f81e2761 (patch)
tree024ee13fc4c4923c59508b5d143051c6b5b4c621 /ChangeLog
parent5573171352ea23df2dc6d2fe0324d023b7ba697c (diff)
- (dtucker) [regress/unittests/sshkey/
{common,test_file,test_fuzz,test_sshkey}.c] Wrap stdint.h includes in ifdefs.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f1c605638..d402c4284 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
120140721 120140721
2 - (dtucker) [cipher.c openbsd-compat/openssl-compat.h] Restore the bits 2 - (dtucker) [cipher.c openbsd-compat/openssl-compat.h] Restore the bits
3 needed to build AES CTR mode against OpenSSL 0.9.8f and above. ok djm 3 needed to build AES CTR mode against OpenSSL 0.9.8f and above. ok djm
4 - (dtucker) [regress/unittests/sshkey/
5 {common,test_file,test_fuzz,test_sshkey}.c] Wrap stdint.h includes in
6 ifdefs.
4 7
520140719 820140719
6 - (tim) [openbsd-compat/port-uw.c] Include misc.h for fwd_opts, used 9 - (tim) [openbsd-compat/port-uw.c] Include misc.h for fwd_opts, used