Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
filipnavara committed Jun 23, 2021
1 parent 31c4655 commit be112f4
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 51 deletions.
4 changes: 3 additions & 1 deletion crypto/BouncyCastle.Android.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -1057,6 +1057,7 @@
<Compile Include="src\crypto\signers\Ed25519Signer.cs" />
<Compile Include="src\crypto\signers\Ed448phSigner.cs" />
<Compile Include="src\crypto\signers\Ed448Signer.cs" />
<Compile Include="src\crypto\signers\EdDsa25519Signer.cs" />
<Compile Include="src\crypto\signers\GOST3410DigestSigner.cs" />
<Compile Include="src\crypto\signers\GOST3410Signer.cs" />
<Compile Include="src\crypto\signers\GenericSigner.cs" />
Expand Down Expand Up @@ -1486,7 +1487,8 @@
<Compile Include="src\openpgp\PgpUtilities.cs" />
<Compile Include="src\openpgp\PgpV3SignatureGenerator.cs" />
<Compile Include="src\openpgp\Rfc6637Utilities.cs" />
<Compile Include="src\openpgp\SXprUtilities.cs" />
<Compile Include="src\openpgp\SXprReader.cs" />
<Compile Include="src\openpgp\SXprWriter.cs" />
<Compile Include="src\openpgp\WrappedGeneratorStream.cs" />
<Compile Include="src\openssl\EncryptionException.cs" />
<Compile Include="src\openssl\IPasswordFinder.cs" />
Expand Down
4 changes: 3 additions & 1 deletion crypto/BouncyCastle.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -1051,6 +1051,7 @@
<Compile Include="src\crypto\signers\Ed25519Signer.cs" />
<Compile Include="src\crypto\signers\Ed448phSigner.cs" />
<Compile Include="src\crypto\signers\Ed448Signer.cs" />
<Compile Include="src\crypto\signers\EdDsa25519Signer.cs" />
<Compile Include="src\crypto\signers\GOST3410DigestSigner.cs" />
<Compile Include="src\crypto\signers\GOST3410Signer.cs" />
<Compile Include="src\crypto\signers\GenericSigner.cs" />
Expand Down Expand Up @@ -1480,7 +1481,8 @@
<Compile Include="src\openpgp\PgpUtilities.cs" />
<Compile Include="src\openpgp\PgpV3SignatureGenerator.cs" />
<Compile Include="src\openpgp\Rfc6637Utilities.cs" />
<Compile Include="src\openpgp\SXprUtilities.cs" />
<Compile Include="src\openpgp\SXprReader.cs" />
<Compile Include="src\openpgp\SXprWriter.cs" />
<Compile Include="src\openpgp\WrappedGeneratorStream.cs" />
<Compile Include="src\openssl\EncryptionException.cs" />
<Compile Include="src\openssl\IPasswordFinder.cs" />
Expand Down
4 changes: 3 additions & 1 deletion crypto/BouncyCastle.iOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -1052,6 +1052,7 @@
<Compile Include="src\crypto\signers\Ed25519Signer.cs" />
<Compile Include="src\crypto\signers\Ed448phSigner.cs" />
<Compile Include="src\crypto\signers\Ed448Signer.cs" />
<Compile Include="src\crypto\signers\EdDsa25519Signer.cs" />
<Compile Include="src\crypto\signers\GOST3410DigestSigner.cs" />
<Compile Include="src\crypto\signers\GOST3410Signer.cs" />
<Compile Include="src\crypto\signers\GenericSigner.cs" />
Expand Down Expand Up @@ -1481,7 +1482,8 @@
<Compile Include="src\openpgp\PgpUtilities.cs" />
<Compile Include="src\openpgp\PgpV3SignatureGenerator.cs" />
<Compile Include="src\openpgp\Rfc6637Utilities.cs" />
<Compile Include="src\openpgp\SXprUtilities.cs" />
<Compile Include="src\openpgp\SXprReader.cs" />
<Compile Include="src\openpgp\SXprWriter.cs" />
<Compile Include="src\openpgp\WrappedGeneratorStream.cs" />
<Compile Include="src\openssl\EncryptionException.cs" />
<Compile Include="src\openssl\IPasswordFinder.cs" />
Expand Down
12 changes: 11 additions & 1 deletion crypto/crypto.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5143,6 +5143,11 @@
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "src\crypto\signers\EdDsa25519Signer.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "src\crypto\signers\GenericSigner.cs"
SubType = "Code"
Expand Down Expand Up @@ -7289,7 +7294,12 @@
BuildAction = "Compile"
/>
<File
RelPath = "src\openpgp\SXprUtilities.cs"
RelPath = "src\openpgp\SXprReader.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "src\openpgp\SXprWriter.cs"
SubType = "Code"
BuildAction = "Compile"
/>
Expand Down
47 changes: 0 additions & 47 deletions crypto/src/crypto/signers/EdDsa255519Signer.cs

This file was deleted.

0 comments on commit be112f4

Please sign in to comment.