diff options
Diffstat (limited to 'src/lib/asn1')
-rw-r--r-- | src/lib/asn1/alg_id.h | 1 | ||||
-rw-r--r-- | src/lib/asn1/asn1_attribute.h | 1 | ||||
-rw-r--r-- | src/lib/asn1/asn1_obj.h | 2 |
3 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/asn1/alg_id.h b/src/lib/asn1/alg_id.h index b9af37c8a..22978b847 100644 --- a/src/lib/asn1/alg_id.h +++ b/src/lib/asn1/alg_id.h @@ -37,6 +37,7 @@ class BOTAN_PUBLIC_API(2,0) AlgorithmIdentifier final : public ASN1_Object const OID& get_oid() const { return oid; } const std::vector<uint8_t>& get_parameters() const { return parameters; } + BOTAN_DEPRECATED_PUBLIC_MEMBER_VARIABLES: /* * These values are public for historical reasons, but in a future release * they will be made private. Do not access them. diff --git a/src/lib/asn1/asn1_attribute.h b/src/lib/asn1/asn1_attribute.h index 077850a65..c9f69eb77 100644 --- a/src/lib/asn1/asn1_attribute.h +++ b/src/lib/asn1/asn1_attribute.h @@ -31,6 +31,7 @@ class BOTAN_PUBLIC_API(2,0) Attribute final : public ASN1_Object const std::vector<uint8_t>& get_parameters() const { return parameters; } + BOTAN_DEPRECATED_PUBLIC_MEMBER_VARIABLES: /* * These values are public for historical reasons, but in a future release * they will be made private. Do not access them. diff --git a/src/lib/asn1/asn1_obj.h b/src/lib/asn1/asn1_obj.h index 814b8f4f2..2c2a3097a 100644 --- a/src/lib/asn1/asn1_obj.h +++ b/src/lib/asn1/asn1_obj.h @@ -108,7 +108,7 @@ class BOTAN_PUBLIC_API(2,0) BER_Object final bool is_a(int type_tag, ASN1_Tag class_tag) const; - public: + BOTAN_DEPRECATED_PUBLIC_MEMBER_VARIABLES: /* * The following member variables are public for historical reasons, but * will be made private in a future major release. Use the accessor |