summary refs log tree commit diff
path: root/crypto/src/x509/X509SignatureUtil.cs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/src/x509/X509SignatureUtil.cs')
-rw-r--r--crypto/src/x509/X509SignatureUtil.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/x509/X509SignatureUtil.cs b/crypto/src/x509/X509SignatureUtil.cs
index 858b8f446..83863aee1 100644
--- a/crypto/src/x509/X509SignatureUtil.cs
+++ b/crypto/src/x509/X509SignatureUtil.cs
@@ -34,7 +34,7 @@ namespace Org.BouncyCastle.X509
 //					throw new SignatureException("IOException decoding parameters: " + e.Message);
 //				}
 //
-//				if (signature.getAlgorithm().EndsWith("MGF1"))
+//				if (Platform.EndsWith(signature.getAlgorithm(), "MGF1"))
 //				{
 //					try
 //					{