summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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 @@
19 [ssh-keygen.c] 19 [ssh-keygen.c]
20 refuse to generate keys longer than OPENSSL_[RD]SA_MAX_MODULUS_BITS, 20 refuse to generate keys longer than OPENSSL_[RD]SA_MAX_MODULUS_BITS,
21 since we would refuse to use them anyway. bz#1516; ok dtucker@ 21 since we would refuse to use them anyway. bz#1516; ok dtucker@
22 - djm@cvs.openbsd.org 2010/04/26 22:28:24
23 [sshconnect2.c]
24 bz#1502: authctxt.success is declared as an int, but passed by
25 reference to function that accepts sig_atomic_t*. Convert it to
26 the latter; ok markus@ dtucker@
22 27
2320100423 2820100423
24 - (dtucker) [configure.ac] Bug #1756: Check for the existence of a lib64 dir 29 - (dtucker) [configure.ac] Bug #1756: Check for the existence of a lib64 dir