diff options
author | lloyd <[email protected]> | 2009-04-07 18:40:33 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-04-07 18:40:33 +0000 |
commit | 3a847f4e5ce8ce9d88e14c1d00b25961ec3bef01 (patch) | |
tree | da352ea682b1268fd13f7f80bd68df3777368b1a /doc | |
parent | 62a03ddcb34797e02205457354e25211251b9c67 (diff) |
Clean up the GOST_2ROUND macro a bit. Put in do/while block so it is a
statement (at least as far as the calling code is concerned)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/log.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/log.txt b/doc/log.txt index 7ff2023b9..b85df4db0 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -1,8 +1,8 @@ * 1.8.2-pre, 2009-??-?? - Make entropy polling more flexible and in most cases faster - - Change GOST to use the GostR3411_94_TestParamSet sboxes - - Another atempt at fixing botan-config on MacOS X + - GOST 28147 now supports multiple sbox parameters + - Fix botan-config problems on MacOS X * 1.8.1, 2009-01-20 - Avoid a valgrind warning in es_unix.cpp on 32-bit Linux |