summary refs log tree commit diff
path: root/crypto/crypto.csproj
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2013-12-18 20:14:15 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2013-12-18 20:14:15 +0700
commited135453ca41139233eb39bf709a2e56440293f8 (patch)
treed5ed061fbc4144075bee5ec2887e9ec31e1910f3 /crypto/crypto.csproj
parentFactor out variation of MacUtilities.DoFinal (diff)
downloadBouncyCastle.NET-ed25519-ed135453ca41139233eb39bf709a2e56440293f8.tar.xz
Port of PrfAlgorithm and ProtocolVersion from Java TLS
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r--crypto/crypto.csproj10
1 files changed, 10 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj
index 4aaba880f..9ebe947e1 100644
--- a/crypto/crypto.csproj
+++ b/crypto/crypto.csproj
@@ -4354,6 +4354,16 @@
                     BuildAction = "Compile"
                 />
                 <File
+                    RelPath = "src\crypto\tls\PrfAlgorithm.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
+                    RelPath = "src\crypto\tls\ProtocolVersion.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
                     RelPath = "src\crypto\tls\PskTlsClient.cs"
                     SubType = "Code"
                     BuildAction = "Compile"