aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/asn1/x509_dn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/asn1/x509_dn.h')
-rw-r--r--src/lib/asn1/x509_dn.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/asn1/x509_dn.h b/src/lib/asn1/x509_dn.h
index 12553a1a0..2b841feb6 100644
--- a/src/lib/asn1/x509_dn.h
+++ b/src/lib/asn1/x509_dn.h
@@ -50,6 +50,7 @@ bool BOTAN_DLL operator!=(const X509_DN&, const X509_DN&);
bool BOTAN_DLL operator<(const X509_DN&, const X509_DN&);
BOTAN_DLL std::ostream& operator<<(std::ostream& out, const X509_DN& dn);
+BOTAN_DLL std::istream& operator>>(std::istream& in, X509_DN& dn);
}