diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2021-10-12 17:27:28 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2021-10-12 17:27:28 +0700 |
commit | c5065a21286ce0755cee38118b1e288898456f7e (patch) | |
tree | e641ffbe5f561c130c39231dd5ee7f4351e03d35 /crypto/test/UnitTests.csproj | |
parent | completed copy constructor in SignerInformation, fixed mutable issue for SET ... (diff) | |
download | BouncyCastle.NET-ed25519-c5065a21286ce0755cee38118b1e288898456f7e.tar.xz |
Marker packet skipping
Diffstat (limited to 'crypto/test/UnitTests.csproj')
-rw-r--r-- | crypto/test/UnitTests.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/test/UnitTests.csproj b/crypto/test/UnitTests.csproj index 1cacbd43f..398135599 100644 --- a/crypto/test/UnitTests.csproj +++ b/crypto/test/UnitTests.csproj @@ -383,6 +383,7 @@ <Compile Include="src\openpgp\examples\SignedFileProcessor.cs" /> <Compile Include="src\openpgp\examples\test\AllTests.cs" /> <Compile Include="src\openpgp\test\DSA2Test.cs" /> + <Compile Include="src\openpgp\test\IgnoreMarkerPacketInCertificatesTest.cs" /> <Compile Include="src\openpgp\test\PGPArmoredTest.cs" /> <Compile Include="src\openpgp\test\PGPClearSignedSignatureTest.cs" /> <Compile Include="src\openpgp\test\PGPCompressionTest.cs" /> |