diff options
author | Damien Miller <djm@mindrot.org> | 1999-11-12 16:28:02 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 1999-11-12 16:28:02 +1100 |
commit | 9c8da3ce326459a355643c0b332a3cc1db9ef5b5 (patch) | |
tree | 9b304a77a0480ebec1040c7d104fa4b6ff2af2ff /ChangeLog | |
parent | 7df20e2ffc56ac5356ea13f115b6191577261ef5 (diff) |
Fix division-by-zero error
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,6 +21,8 @@ | |||
21 | - [mpaux.c] clear temp buffer | 21 | - [mpaux.c] clear temp buffer |
22 | - [servconf.c] print _all_ bad options found in configfile | 22 | - [servconf.c] print _all_ bad options found in configfile |
23 | - Make ssh-askpass support optional through autoconf | 23 | - Make ssh-askpass support optional through autoconf |
24 | - Fix nasty division-by-zero error in scp.c | ||
25 | - Released 1.2pre11 | ||
24 | 26 | ||
25 | 19991111 | 27 | 19991111 |
26 | - Added (untested) Entropy Gathering Daemon (EGD) support | 28 | - Added (untested) Entropy Gathering Daemon (EGD) support |