summary refs log tree commit diff
path: root/crypto/src/asn1/IndefiniteLengthInputStream.cs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/src/asn1/IndefiniteLengthInputStream.cs')
-rw-r--r--crypto/src/asn1/IndefiniteLengthInputStream.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/asn1/IndefiniteLengthInputStream.cs b/crypto/src/asn1/IndefiniteLengthInputStream.cs
index e192e9e8b..effd3f3da 100644
--- a/crypto/src/asn1/IndefiniteLengthInputStream.cs
+++ b/crypto/src/asn1/IndefiniteLengthInputStream.cs
@@ -3,7 +3,7 @@ using System.IO;
 
 namespace Org.BouncyCastle.Asn1
 {
-	class IndefiniteLengthInputStream
+	internal class IndefiniteLengthInputStream
 		: LimitedInputStream
 	{
         private int _lookAhead;