summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--crypto/BouncyCastle.Android.csproj3
-rw-r--r--crypto/BouncyCastle.csproj3
-rw-r--r--crypto/BouncyCastle.iOS.csproj3
3 files changed, 6 insertions, 3 deletions
diff --git a/crypto/BouncyCastle.Android.csproj b/crypto/BouncyCastle.Android.csproj

index 7bec5daa9..1b33a1e5f 100644 --- a/crypto/BouncyCastle.Android.csproj +++ b/crypto/BouncyCastle.Android.csproj
@@ -914,6 +914,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" /> @@ -1666,4 +1667,4 @@ <None Include="checklist.txt" /> </ItemGroup> <Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" /> -</Project> \ No newline at end of file +</Project> diff --git a/crypto/BouncyCastle.csproj b/crypto/BouncyCastle.csproj
index 27a473d43..fc24b5648 100644 --- a/crypto/BouncyCastle.csproj +++ b/crypto/BouncyCastle.csproj
@@ -908,6 +908,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" /> @@ -1660,4 +1661,4 @@ <None Include="checklist.txt" /> </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> -</Project> \ No newline at end of file +</Project> 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>