aboutsummaryrefslogtreecommitdiffstats
path: root/src/asn1/x509_dn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/asn1/x509_dn.h')
-rw-r--r--src/asn1/x509_dn.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/asn1/x509_dn.h b/src/asn1/x509_dn.h
index c4fc2d17b..3f63eb49c 100644
--- a/src/asn1/x509_dn.h
+++ b/src/asn1/x509_dn.h
@@ -34,7 +34,6 @@ class BOTAN_DLL X509_DN : public ASN1_Object
static std::string deref_info_field(const std::string&);
- void do_decode(const MemoryRegion<byte>&);
MemoryVector<byte> get_bits() const;
X509_DN();