diff options
author | Jack Lloyd <[email protected]> | 2017-12-19 01:18:40 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-12-19 01:33:40 -0500 |
commit | afabd4a6b33336815614288f01b80bcbf31ba79c (patch) | |
tree | bae42c4560c37f8090f6658eefc45bac77eb7b13 /doc/manual/deprecated.rst | |
parent | ac754772afbf7be397f8631ebbb3d2921b0a7753 (diff) |
Add accessors to ASN1_Attribute and AlgorithmIdentifier
Diffstat (limited to 'doc/manual/deprecated.rst')
-rw-r--r-- | doc/manual/deprecated.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/manual/deprecated.rst b/doc/manual/deprecated.rst index 6a90fb27f..3c768d1cb 100644 --- a/doc/manual/deprecated.rst +++ b/doc/manual/deprecated.rst @@ -9,6 +9,9 @@ use case if you want to make sure your code continues to work. This is in addition to specific API calls marked with BOTAN_DEPRECATED in the source. +- Directly accessing the member variables of types calendar_point, ASN1_Attribute, + and AlgorithmIdentifier + - The headers ``botan.h``, ``init.h``, ``lookup.h`` - All or nothing package transform (``package.h``) @@ -55,5 +58,3 @@ in the source. - All built in MODP groups < 2048 bits - All pre-created DSA groups - -- Directly accessing the member variables of calendar_point |