diff options
Diffstat (limited to 'doc/deprecated.txt')
-rw-r--r-- | doc/deprecated.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/deprecated.txt b/doc/deprecated.txt index 2190dd072..0d750ec65 100644 --- a/doc/deprecated.txt +++ b/doc/deprecated.txt @@ -13,6 +13,11 @@ in the source. - The TLS constructors taking `std::function` for callbacks. Instead use the TLS::Callbacks interface. +- The Buffered_Computation class. In a future release the class will be removed, + and all of member functions instead declared directly on MessageAuthenticationCode + and HashFunction. So this only affects you if you are directly referencing + `Botan::Buffered_Computation` in some way. + - Platform support for BeOS and IRIX operating systems - Support for PathScale and HP compilers |