diff options
Diffstat (limited to 'crypto/src/asn1/cmp/OobCertHash.cs')
-rw-r--r-- | crypto/src/asn1/cmp/OobCertHash.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/asn1/cmp/OobCertHash.cs b/crypto/src/asn1/cmp/OobCertHash.cs index 1e6224612..209113167 100644 --- a/crypto/src/asn1/cmp/OobCertHash.cs +++ b/crypto/src/asn1/cmp/OobCertHash.cs @@ -58,7 +58,7 @@ namespace Org.BouncyCastle.Asn1.Cmp } else { - throw new ArgumentException("unknown tag " + Asn1Utilities.GetTagText(tObj)); + throw new ArgumentException("unknown tag: " + Asn1Utilities.GetTagText(tObj)); } } } |