summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2010-03-04 12:48:05 -0800
committerTim Rice <tim@multitalents.net>2010-03-04 12:48:05 -0800
commit179eee081a560f3e10506ae3a2facdc1c766f0f6 (patch)
treeebc022eb7b5931738edcea62228533054b93249e /ChangeLog
parentf2b70cad7585a67f7098119ccb6ae31573f2dc60 (diff)
- (tim) [ssh-pkcs11.c] Fix "non-constant initializer" errors in older
compilers. OK djm@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3f0ba4237..254575307 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,8 @@
6 - djm@cvs.openbsd.org 2010/03/04 20:35:08 6 - djm@cvs.openbsd.org 2010/03/04 20:35:08
7 [ssh-keygen.1 ssh-keygen.c] 7 [ssh-keygen.1 ssh-keygen.c]
8 Add a -L flag to print the contents of a certificate; ok markus@ 8 Add a -L flag to print the contents of a certificate; ok markus@
9 - (tim) [ssh-pkcs11.c] Fix "non-constant initializer" errors in older
10 compilers. OK djm@
9 11
1020100304 1220100304
11 - (djm) [ssh-keygen.c] Use correct local variable, instead of 13 - (djm) [ssh-keygen.c] Use correct local variable, instead of