summary refs log tree commit diff
path: root/crypto/BouncyCastle.iOS.csproj
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2018-10-11 17:48:42 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2018-10-11 17:48:42 +0700
commit83fe8ece2faa200db9f7cc9dbf783a505c1e8990 (patch)
tree77c350f700c18e36091f9988697342e8ac3a906c /crypto/BouncyCastle.iOS.csproj
parentRefactoring to support custom ISignatureFactory (diff)
downloadBouncyCastle.NET-ed25519-83fe8ece2faa200db9f7cc9dbf783a505c1e8990.tar.xz
Add missing file entry from previous commit
Diffstat (limited to 'crypto/BouncyCastle.iOS.csproj')
-rw-r--r--crypto/BouncyCastle.iOS.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/BouncyCastle.iOS.csproj b/crypto/BouncyCastle.iOS.csproj
index 34e7b4ec3..2d36cb223 100644
--- a/crypto/BouncyCastle.iOS.csproj
+++ b/crypto/BouncyCastle.iOS.csproj
@@ -653,6 +653,7 @@
     <Compile Include="src\crypto\IEntropySourceProvider.cs" />
     <Compile Include="src\crypto\IMac.cs" />
     <Compile Include="src\crypto\IRawAgreement.cs" />
+    <Compile Include="src\crypto\IRsa.cs" />
     <Compile Include="src\crypto\ISignatureFactory.cs" />
     <Compile Include="src\crypto\IStreamCalculator.cs" />
     <Compile Include="src\crypto\ISigner.cs" />