diff options
author | Jack Lloyd <[email protected]> | 2017-09-27 06:18:53 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-09-27 06:19:20 -0400 |
commit | da1984cf643e522028cad032e786b49cabdc5355 (patch) | |
tree | 3a6d013e6c558c33a66c57726e56edaee3c7a06e /news.rst | |
parent | 134ef6a59593dac565d4070a1b344fdc468b3e6e (diff) |
Move the SecureVector typedef to secmem.h
No point making someone include a deprecated header to get this.
Diffstat (limited to 'news.rst')
-rw-r--r-- | news.rst | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -171,6 +171,9 @@ Version 2.3.0, Not Yet Released intended for derivation. This keyword was already in use but was not applied consistently. +* A typedef ``SecureVector`` has been added for the ``secure_vector`` type. + This makes porting code from 1.10 to 2.x API slightly simpler. + * Header files have been cleaned up to remove uncessary inclusions. In some cases it may be required to include additional botan headers to get all the declarations that were previously visible. For example, ``bigint.h`` no longer |