Move bzip2 code into src
6 files changed, 5 insertions, 5 deletions
diff --git a/crypto/BouncyCastle.csproj b/crypto/BouncyCastle.csproj
index c571cb108..f977b6406 100644
--- a/crypto/BouncyCastle.csproj
+++ b/crypto/BouncyCastle.csproj
@@ -46,10 +46,6 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
- <Compile Include="bzip2\src\BZip2Constants.cs" />
- <Compile Include="bzip2\src\CBZip2InputStream.cs" />
- <Compile Include="bzip2\src\CBZip2OutputStream.cs" />
- <Compile Include="bzip2\src\CRC.cs" />
<Compile Include="src\AssemblyInfo.cs" />
<Compile Include="src\asn1\ASN1Generator.cs" />
<Compile Include="src\asn1\ASN1OctetStringParser.cs" />
@@ -579,6 +575,10 @@
<Compile Include="src\bcpg\sig\SignatureExpirationTime.cs" />
<Compile Include="src\bcpg\sig\SignerUserId.cs" />
<Compile Include="src\bcpg\sig\TrustSignature.cs" />
+ <Compile Include="src\bzip2\BZip2Constants.cs" />
+ <Compile Include="src\bzip2\CBZip2InputStream.cs" />
+ <Compile Include="src\bzip2\CBZip2OutputStream.cs" />
+ <Compile Include="src\bzip2\CRC.cs" />
<Compile Include="src\cmp\CertificateConfirmationContent.cs" />
<Compile Include="src\cmp\CertificateConfirmationContentBuilder.cs" />
<Compile Include="src\cmp\CertificateStatus.cs" />
diff --git a/crypto/Readme.html b/crypto/Readme.html
index f7d2fec3f..d7b9df487 100644
--- a/crypto/Readme.html
+++ b/crypto/Readme.html
@@ -278,7 +278,7 @@ We state, where EC MQV has not otherwise been disabled or removed:
<hr style="WIDTH: 100%; HEIGHT: 2px">
<P></P>
<h3><a class="mozTocH3" name="mozTocId245743"></a><span style="FONT-WEIGHT: bold">The Source:</span></h3>
- The main source code can be found in the 'src' directory. There is additional source code in 'bzip2/src'.<br/>
+ The main source code can be found in the 'src' directory.<br/>
<br/>
<hr style="WIDTH: 100%; HEIGHT: 2px">
<h3><a class="mozTocH3" name="mozTocId326820"></a><span style="FONT-WEIGHT: bold"></span>Documentation:</h3>
diff --git a/crypto/bzip2/src/BZip2Constants.cs b/crypto/src/bzip2/BZip2Constants.cs
index d238c5b76..d238c5b76 100644
--- a/crypto/bzip2/src/BZip2Constants.cs
+++ b/crypto/src/bzip2/BZip2Constants.cs
diff --git a/crypto/bzip2/src/CBZip2InputStream.cs b/crypto/src/bzip2/CBZip2InputStream.cs
index c3125a4e7..c3125a4e7 100644
--- a/crypto/bzip2/src/CBZip2InputStream.cs
+++ b/crypto/src/bzip2/CBZip2InputStream.cs
diff --git a/crypto/bzip2/src/CBZip2OutputStream.cs b/crypto/src/bzip2/CBZip2OutputStream.cs
index 262a52f84..262a52f84 100644
--- a/crypto/bzip2/src/CBZip2OutputStream.cs
+++ b/crypto/src/bzip2/CBZip2OutputStream.cs
diff --git a/crypto/bzip2/src/CRC.cs b/crypto/src/bzip2/CRC.cs
index a66340e22..a66340e22 100644
--- a/crypto/bzip2/src/CRC.cs
+++ b/crypto/src/bzip2/CRC.cs
|