diff options
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r-- | crypto/crypto.csproj | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj index 0b81c9a6c..ac5aeb985 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -4324,6 +4324,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\tls\HashAlgorithm.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\tls\ICertificateVerifyer.cs" SubType = "Code" BuildAction = "Compile" @@ -4364,6 +4369,16 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\tls\SignatureAlgorithm.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\crypto\tls\SignatureAndHashAlgorithm.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\tls\SrpTlsClient.cs" SubType = "Code" BuildAction = "Compile" @@ -4469,11 +4484,6 @@ BuildAction = "Compile" /> <File - RelPath = "src\crypto\tls\TlsException.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File RelPath = "src\crypto\tls\TlsFatalAlert.cs" SubType = "Code" BuildAction = "Compile" |