diff options
Diffstat (limited to 'crypto/BouncyCastle.iOS.csproj')
-rw-r--r-- | crypto/BouncyCastle.iOS.csproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/BouncyCastle.iOS.csproj b/crypto/BouncyCastle.iOS.csproj index 15b72d4a9..ea8370e9d 100644 --- a/crypto/BouncyCastle.iOS.csproj +++ b/crypto/BouncyCastle.iOS.csproj @@ -909,6 +909,7 @@ <Compile Include="src\crypto\modes\gcm\Tables64kGcmMultiplier.cs" /> <Compile Include="src\crypto\modes\gcm\Tables8kGcmMultiplier.cs" /> <Compile Include="src\crypto\operators\Asn1CipherBuilder.cs" /> + <Compile Include="src\crypto\operators\Asn1DigestFactory.cs" /> <Compile Include="src\crypto\operators\Asn1KeyWrapper.cs" /> <Compile Include="src\crypto\operators\Asn1Signature.cs" /> <Compile Include="src\crypto\operators\CmsContentEncryptorBuilder.cs" /> @@ -1661,4 +1662,4 @@ <None Include="checklist.txt" /> </ItemGroup> <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" /> -</Project> \ No newline at end of file +</Project> |