1 files changed, 14 insertions, 4 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj
index 90b858cb0..026a2fe1b 100644
--- a/crypto/crypto.csproj
+++ b/crypto/crypto.csproj
@@ -5179,6 +5179,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "src\crypto\tls\TlsException.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "src\crypto\tls\TlsExtensionsUtilities.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -5189,6 +5194,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "src\crypto\tls\TlsFatalAlertReceived.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "src\crypto\tls\TlsHandshakeHash.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -5454,22 +5464,22 @@
BuildAction = "Compile"
/>
<File
- RelPath = "src\math\ec\custom\sec\SM2P256V1Curve.cs"
+ RelPath = "src\math\ec\custom\gm\SM2P256V1Curve.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
- RelPath = "src\math\ec\custom\sec\SM2P256V1Field.cs"
+ RelPath = "src\math\ec\custom\gm\SM2P256V1Field.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
- RelPath = "src\math\ec\custom\sec\SM2P256V1FieldElement.cs"
+ RelPath = "src\math\ec\custom\gm\SM2P256V1FieldElement.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
- RelPath = "src\math\ec\custom\sec\SM2P256V1Point.cs"
+ RelPath = "src\math\ec\custom\gm\SM2P256V1Point.cs"
SubType = "Code"
BuildAction = "Compile"
/>
|