aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/asn1/asn1_attribute.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/asn1/asn1_attribute.h')
-rw-r--r--src/lib/asn1/asn1_attribute.h1
1 files changed, 1 insertions, 0 deletions
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.