Skip to content

Commit 83fe8ec

Browse files
committed
Add missing file entry from previous commit
1 parent 02d07a1 commit 83fe8ec

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

crypto/BouncyCastle.Android.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -658,6 +658,7 @@
658658
<Compile Include="src\crypto\IEntropySourceProvider.cs" />
659659
<Compile Include="src\crypto\IMac.cs" />
660660
<Compile Include="src\crypto\IRawAgreement.cs" />
661+
<Compile Include="src\crypto\IRsa.cs" />
661662
<Compile Include="src\crypto\ISignatureFactory.cs" />
662663
<Compile Include="src\crypto\IStreamCalculator.cs" />
663664
<Compile Include="src\crypto\ISigner.cs" />

crypto/BouncyCastle.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -652,6 +652,7 @@
652652
<Compile Include="src\crypto\IEntropySourceProvider.cs" />
653653
<Compile Include="src\crypto\IMac.cs" />
654654
<Compile Include="src\crypto\IRawAgreement.cs" />
655+
<Compile Include="src\crypto\IRsa.cs" />
655656
<Compile Include="src\crypto\ISignatureFactory.cs" />
656657
<Compile Include="src\crypto\IStreamCalculator.cs" />
657658
<Compile Include="src\crypto\ISigner.cs" />

crypto/BouncyCastle.iOS.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -653,6 +653,7 @@
653653
<Compile Include="src\crypto\IEntropySourceProvider.cs" />
654654
<Compile Include="src\crypto\IMac.cs" />
655655
<Compile Include="src\crypto\IRawAgreement.cs" />
656+
<Compile Include="src\crypto\IRsa.cs" />
656657
<Compile Include="src\crypto\ISignatureFactory.cs" />
657658
<Compile Include="src\crypto\IStreamCalculator.cs" />
658659
<Compile Include="src\crypto\ISigner.cs" />

crypto/crypto.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3123,6 +3123,11 @@
31233123
SubType = "Code"
31243124
BuildAction = "Compile"
31253125
/>
3126+
<File
3127+
RelPath = "src\crypto\IRsa.cs"
3128+
SubType = "Code"
3129+
BuildAction = "Compile"
3130+
/>
31263131
<File
31273132
RelPath = "src\crypto\ISignatureFactory.cs"
31283133
SubType = "Code"

0 commit comments

Comments
 (0)