diff options
author | lloyd <[email protected]> | 2009-06-24 13:48:29 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-06-24 13:48:29 +0000 |
commit | d7e38c44e851d1ffc8b7c4181eded8f8c3291cb7 (patch) | |
tree | e643a396b4e581b1ae3612c4b40960a2612d6511 /doc/log.txt | |
parent | b08f90ab297f1050d8a665a5dba84cdf3e39e738 (diff) |
DataSource::discard_next did not actually return the number of discarded
bytes. Bug noted by Falko Strenzke, fix by M. Braun. (bug id 31)
Diffstat (limited to 'doc/log.txt')
-rw-r--r-- | doc/log.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/log.txt b/doc/log.txt index 6454c6573..cb761b6fc 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -5,6 +5,7 @@ - Add the Skein-512 SHA-3 candidate hash function - Add the XTS block cipher mode from IEEE P1619 - Provide a default value for AutoSeeded_RNG::reseed + - Correct DataSource::discard_next to return the number of discarded bytes - Fix Gentoo bug 272242 * 1.8.2, 2009-04-07 |