summary refs log tree commit diff
path: root/crypto/test/src/test/SP80038GTest.cs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/test/src/test/SP80038GTest.cs')
-rw-r--r--crypto/test/src/test/SP80038GTest.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/test/src/test/SP80038GTest.cs b/crypto/test/src/test/SP80038GTest.cs

index 7f9e4d3d4..05dc7dded 100644 --- a/crypto/test/src/test/SP80038GTest.cs +++ b/crypto/test/src/test/SP80038GTest.cs
@@ -272,6 +272,9 @@ namespace Org.BouncyCastle.Tests private void testDisable() { +#if NETCF_1_0 || NETCF_2_0 || SILVERLIGHT || (PORTABLE && !DOTNET) || NET_1_1 + // Can't SetEnvironmentVariable ! +#else Environment.SetEnvironmentVariable("org.bouncycastle.fpe.disable", "true"); try { @@ -307,6 +310,7 @@ namespace Org.BouncyCastle.Tests testFF3_1(); Environment.SetEnvironmentVariable("org.bouncycastle.fpe.disable_ff1", "false"); +#endif } private void testFF3_1_255()