aboutsummaryrefslogtreecommitdiffstats
path: root/src/asn1/asn1_int.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2011-02-09 14:27:03 +0000
committerlloyd <[email protected]>2011-02-09 14:27:03 +0000
commit3495b0bbe0779845800fe34ea93acffffc8c2785 (patch)
treeeb48a607a1ca2d6d6227cf7a71efdf52178b5a04 /src/asn1/asn1_int.h
parent02ed4e271a6287a0c23b137e826e62d2be752b82 (diff)
Some cleanups, and add an <ios> include for Sun Studio 12
Diffstat (limited to 'src/asn1/asn1_int.h')
-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 cac46190f..25b3cf100 100644
--- a/src/asn1/asn1_int.h
+++ b/src/asn1/asn1_int.h
@@ -114,8 +114,8 @@ struct BOTAN_DLL BER_Decoding_Error : public 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);
+ BER_Bad_Tag(const std::string& msg, ASN1_Tag tag);
+ BER_Bad_Tag(const std::string& msg, ASN1_Tag tag1, ASN1_Tag tag2);
};
}