summary refs log tree commit diff
path: root/crypto/crypto.csproj
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2014-08-28 11:15:37 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2014-08-28 11:15:37 +0700
commit9cc0e3e10440ba44ee9e8df4c2fdf2c35f2a7660 (patch)
tree67bf106cbc58eb2a8a80396337355b19b9bd5c79 /crypto/crypto.csproj
parentSmall refactoring (diff)
downloadBouncyCastle.NET-ed25519-9cc0e3e10440ba44ee9e8df4c2fdf2c35f2a7660.tar.xz
Constants and support functions for draft-ietf-tls-negotiated-ff-dhe-01
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r--crypto/crypto.csproj5
1 files changed, 5 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj
index d65021a68..81f74e656 100644
--- a/crypto/crypto.csproj
+++ b/crypto/crypto.csproj
@@ -4509,6 +4509,11 @@
                     BuildAction = "Compile"
                 />
                 <File
+                    RelPath = "src\crypto\tls\FiniteFieldDheGroup.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
                     RelPath = "src\crypto\tls\HandshakeType.cs"
                     SubType = "Code"
                     BuildAction = "Compile"