aboutsummaryrefslogtreecommitdiffstats
path: root/src/asn1
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-12-16 22:53:25 +0000
committerlloyd <[email protected]>2009-12-16 22:53:25 +0000
commitf3f36611db8c3f6c67c818d454973a0165b0fcf2 (patch)
tree1fc131e32869e00eb7c87e70bee53fe26bc276b3 /src/asn1
parente65ec3c8aae63d8c1942ce786d3b8c1f68a81e91 (diff)
Add missing BOTAN_DLL exports.
Move most of the engine headers to internal
Diffstat (limited to 'src/asn1')
-rw-r--r--src/asn1/asn1_int.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/asn1/asn1_int.h b/src/asn1/asn1_int.h
index 619f45b53..e6fb09398 100644
--- a/src/asn1/asn1_int.h
+++ b/src/asn1/asn1_int.h
@@ -89,7 +89,7 @@ bool maybe_BER(DataSource&);
/*
* General BER Decoding Error Exception
*/
-struct BER_Decoding_Error : public Decoding_Error
+struct BOTAN_DLL BER_Decoding_Error : public Decoding_Error
{
BER_Decoding_Error(const std::string&);
};
@@ -97,7 +97,7 @@ struct BER_Decoding_Error : public Decoding_Error
/*
* Exception For Incorrect BER Taggings
*/
-struct BER_Bad_Tag : public BER_Decoding_Error
+struct BOTAN_DLL BER_Bad_Tag : public BER_Decoding_Error
{
BER_Bad_Tag(const std::string&, ASN1_Tag);
BER_Bad_Tag(const std::string&, ASN1_Tag, ASN1_Tag);