diff options
author | lloyd <[email protected]> | 2010-05-21 16:35:28 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-05-21 16:35:28 +0000 |
commit | 211d835a356f55e037ff8035017d79c458f13615 (patch) | |
tree | 10f090ff7eb49f62f7c869fb55334478a0cefa28 /doc | |
parent | d3d0a5d3872653f71529bb546c8116f663ae8b32 (diff) |
Add a couple of small patches from Thomas Capricelli <[email protected]>
that enable botan to be built under the clang C++ compiler.
Diffstat (limited to 'doc')
-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 572b5e110..aeeffa9d9 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -4,6 +4,7 @@ - Avoid possible timing attack against OAEP decoding - Skip building shared libraries on MinGW/Cygwin - Fix compilation on GCC versions before 4.3 (missing cpuid.h) + - Fix complilation under the Clang compiler * 1.9.7, 2010-04-27 - TLS: Support reading SSLv2 client hellos |