diff options
author | Jeffrey Stedfast <jeff@xamarin.com> | 2015-10-19 10:45:20 -0400 |
---|---|---|
committer | Jeffrey Stedfast <jeff@xamarin.com> | 2015-10-19 10:45:20 -0400 |
commit | 9bb283017763ea21484dd7ece2a9b6f32e926ede (patch) | |
tree | 6ef7d0f0e1c7d1e565bbd9e92aafdff786a56835 /crypto/src/asn1/x509/PolicyMappings.cs | |
parent | Updated Visual Studio 2010 project files (diff) | |
parent | SigOutputStream removed from the other-platform path too. (diff) | |
download | BouncyCastle.NET-ed25519-9bb283017763ea21484dd7ece2a9b6f32e926ede.tar.xz |
Merge branch 'master' into vs2010
Diffstat (limited to 'crypto/src/asn1/x509/PolicyMappings.cs')
-rw-r--r-- | crypto/src/asn1/x509/PolicyMappings.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/asn1/x509/PolicyMappings.cs b/crypto/src/asn1/x509/PolicyMappings.cs index 3ad351107..928ad134d 100644 --- a/crypto/src/asn1/x509/PolicyMappings.cs +++ b/crypto/src/asn1/x509/PolicyMappings.cs @@ -29,7 +29,7 @@ namespace Org.BouncyCastle.Asn1.X509 this.seq = seq; } -#if !SILVERLIGHT +#if !(SILVERLIGHT || PORTABLE) public PolicyMappings( Hashtable mappings) : this((IDictionary)mappings) |