summary refs log tree commit diff
path: root/crypto/crypto.csproj
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2014-08-23 20:52:11 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2014-08-23 20:52:11 +0700
commit5078f3e6611b98fe50abcd3df3c63fb8c206f6b6 (patch)
tree2e540875099f89de29996b8e3599c90a4990e6b7 /crypto/crypto.csproj
parentMore TLS porting from Java API (diff)
downloadBouncyCastle.NET-ed25519-5078f3e6611b98fe50abcd3df3c63fb8c206f6b6.tar.xz
Port latest TLS key exchange stuff from Java API
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 6a3d80f7d..937e2a8de 100644
--- a/crypto/crypto.csproj
+++ b/crypto/crypto.csproj
@@ -4299,6 +4299,11 @@
                     BuildAction = "Compile"
                 />
                 <File
+                    RelPath = "src\crypto\tls\AbstractTlsKeyExchange.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
                     RelPath = "src\crypto\tls\AbstractTlsPeer.cs"
                     SubType = "Code"
                     BuildAction = "Compile"