summary refs log tree commit diff
path: root/crypto/src/math/ec/multiplier/WNafMultiplier.cs
diff options
context:
space:
mode:
authorOren Novotny <oren@novotny.org>2014-10-14 09:24:13 -0400
committerOren Novotny <oren@novotny.org>2014-10-14 09:24:13 -0400
commitcdd270cb0033455205cdb9a82e9632a733ef472b (patch)
treec1dba7a8dde3980e4e2db366ae611d99a5bb7608 /crypto/src/math/ec/multiplier/WNafMultiplier.cs
parentRename csproj to avoid conflicts (diff)
parentUpdate ignore file (diff)
downloadBouncyCastle.NET-ed25519-cdd270cb0033455205cdb9a82e9632a733ef472b.tar.xz
Merge master-v12 into pcl. Includes 1.8-beta4
Diffstat (limited to 'crypto/src/math/ec/multiplier/WNafMultiplier.cs')
-rw-r--r--crypto/src/math/ec/multiplier/WNafMultiplier.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/src/math/ec/multiplier/WNafMultiplier.cs b/crypto/src/math/ec/multiplier/WNafMultiplier.cs
index b5cf34ba8..484bb30e7 100644
--- a/crypto/src/math/ec/multiplier/WNafMultiplier.cs
+++ b/crypto/src/math/ec/multiplier/WNafMultiplier.cs
@@ -1,3 +1,4 @@
+#if FALSE
 using System;
 
 namespace Org.BouncyCastle.Math.EC.Multiplier
@@ -239,3 +240,4 @@ namespace Org.BouncyCastle.Math.EC.Multiplier
 		}
 	}
 }
+#endif
\ No newline at end of file