summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-05-10 03:55:38 +0200
committerDamien Miller <djm@mindrot.org>2010-05-10 03:55:38 +0200
commit79442c07c436d0e307fa251d54606d6342b024d3 (patch)
treedce723e972eed655c6f07e0157a6abc1edc4d1ec /ChangeLog
parent - djm@cvs.openbsd.org 2010/04/23 22:48:31 (diff)
downloadopenssh-79442c07c436d0e307fa251d54606d6342b024d3.tar.xz
openssh-79442c07c436d0e307fa251d54606d6342b024d3.zip
- djm@cvs.openbsd.org 2010/04/26 22:28:24
[sshconnect2.c] bz#1502: authctxt.success is declared as an int, but passed by reference to function that accepts sig_atomic_t*. Convert it to the latter; ok markus@ dtucker@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fc9e4e855..b663ddae9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,6 +19,11 @@
[ssh-keygen.c]
refuse to generate keys longer than OPENSSL_[RD]SA_MAX_MODULUS_BITS,
since we would refuse to use them anyway. bz#1516; ok dtucker@
+ - djm@cvs.openbsd.org 2010/04/26 22:28:24
+ [sshconnect2.c]
+ bz#1502: authctxt.success is declared as an int, but passed by
+ reference to function that accepts sig_atomic_t*. Convert it to
+ the latter; ok markus@ dtucker@
20100423
- (dtucker) [configure.ac] Bug #1756: Check for the existence of a lib64 dir