summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2010-02-28 14:51:56 -0800
committerTim Rice <tim@multitalents.net>2010-02-28 14:51:56 -0800
commitbff24b8ad29f4b5427ffbe017acafdb3efc1b951 (patch)
treed4d92a3a6512c90b0c90d578790e9e8e6e3af200 /ChangeLog
parentacc9b29486dfd649dfda474e5c1a03b317449f1c (diff)
- (tim) [ssh-pkcs11-helper.c] Move declarations before calling functions
to make older compilers (gcc 2.95) happy.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 06f519868..74bfc0469 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,8 @@
4 platform, passwords are stored case-insensitively, but sshd requires 4 platform, passwords are stored case-insensitively, but sshd requires
5 exact case matching for Match blocks in sshd_config(5). Based on 5 exact case matching for Match blocks in sshd_config(5). Based on
6 a patch from vinschen AT redhat.com. 6 a patch from vinschen AT redhat.com.
7 - (tim) [ssh-pkcs11-helper.c] Move declarations before calling functions
8 to make older compilers (gcc 2.95) happy.
7 9
820100227 1020100227
9 - (djm) [ssh-pkcs11-helper.c ] Ensure RNG is initialised and seeded 11 - (djm) [ssh-pkcs11-helper.c ] Ensure RNG is initialised and seeded