diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2014-08-24 11:12:58 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2014-08-24 11:12:58 +0700 |
commit | 0011cadfe4798321e2050206cf10cc7ecd0236e8 (patch) | |
tree | e2695feea8cbcd76295a23bff5cef5aca527fc96 /crypto/crypto.csproj | |
parent | Port latest TLS key exchange stuff from Java API (diff) | |
download | BouncyCastle.NET-ed25519-0011cadfe4798321e2050206cf10cc7ecd0236e8.tar.xz |
Obsolete class/method cleanup
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r-- | crypto/crypto.csproj | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj index 937e2a8de..617754fce 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -4334,11 +4334,6 @@ BuildAction = "Compile" /> <File - RelPath = "src\crypto\tls\AlwaysValidVerifyer.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File RelPath = "src\crypto\tls\BulkCipherAlgorithm.cs" SubType = "Code" BuildAction = "Compile" @@ -4464,11 +4459,6 @@ BuildAction = "Compile" /> <File - RelPath = "src\crypto\tls\DigestAlgorithm.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File RelPath = "src\crypto\tls\DigestInputBuffer.cs" SubType = "Code" BuildAction = "Compile" @@ -4539,26 +4529,11 @@ BuildAction = "Compile" /> <File - RelPath = "src\crypto\tls\ICertificateVerifyer.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File RelPath = "src\crypto\tls\KeyExchangeAlgorithm.cs" SubType = "Code" BuildAction = "Compile" /> <File - RelPath = "src\crypto\tls\LegacyTlsAuthentication.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File - RelPath = "src\crypto\tls\LegacyTlsClient.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File RelPath = "src\crypto\tls\MacAlgorithm.cs" SubType = "Code" BuildAction = "Compile" |