summary refs log tree commit diff
path: root/crypto/src/x509/store/IX509Selector.cs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/src/x509/store/IX509Selector.cs')
-rw-r--r--crypto/src/x509/store/IX509Selector.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/src/x509/store/IX509Selector.cs b/crypto/src/x509/store/IX509Selector.cs
index 3f37fcd66..09f6f1849 100644
--- a/crypto/src/x509/store/IX509Selector.cs
+++ b/crypto/src/x509/store/IX509Selector.cs
@@ -3,11 +3,11 @@ using System;
 namespace Org.BouncyCastle.X509.Store
 {
 	public interface IX509Selector
-#if !(SILVERLIGHT || PORTABLE)
+#if !SILVERLIGHT
 		: ICloneable
 #endif
-    {
-#if SILVERLIGHT || PORTABLE
+	{
+#if SILVERLIGHT
         object Clone();
 #endif
         bool Match(object obj);