diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2018-10-11 17:48:42 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2018-10-11 17:48:42 +0700 |
commit | 83fe8ece2faa200db9f7cc9dbf783a505c1e8990 (patch) | |
tree | 77c350f700c18e36091f9988697342e8ac3a906c /crypto/BouncyCastle.iOS.csproj | |
parent | Refactoring to support custom ISignatureFactory (diff) | |
download | BouncyCastle.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.csproj | 1 |
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" /> |