diff options
author | mw <megan@cryptoworkshop.com> | 2021-09-03 14:35:32 +1000 |
---|---|---|
committer | mw <megan@cryptoworkshop.com> | 2021-09-03 14:35:32 +1000 |
commit | 33c6a78371a5f6789c36186d7b89576a7c19d942 (patch) | |
tree | 98b77aee1360d479ece0de5642b82c8ad67a47d4 /crypto/crypto.csproj | |
parent | moved test (diff) | |
download | BouncyCastle.NET-ed25519-33c6a78371a5f6789c36186d7b89576a7c19d942.tar.xz |
Updated PemReader to support differing whitespace assumptions.
Added tests. Issue #2
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r-- | crypto/crypto.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj index 9c07654d4..a6ddea38e 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -6078,6 +6078,7 @@ <Compile Include="test\src\crypto\io\test\CipherStreamTest.cs"> <SubType>Code</SubType> </Compile> + <Compile Include="test\src\crypto\io\test\PemReaderTest.cs" /> <Compile Include="test\src\crypto\prng\test\CtrDrbgTest.cs"> <SubType>Code</SubType> </Compile> |