summary refs log tree commit diff
path: root/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'crypto')
-rw-r--r--crypto/src/pkix/PkixBuilderParameters.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/pkix/PkixBuilderParameters.cs b/crypto/src/pkix/PkixBuilderParameters.cs
index 32fc04360..9b8fb3dc3 100644
--- a/crypto/src/pkix/PkixBuilderParameters.cs
+++ b/crypto/src/pkix/PkixBuilderParameters.cs
@@ -84,7 +84,7 @@ namespace Org.BouncyCastle.Pkix
 		{
 			if (excludedCerts == null)
 			{
-				excludedCerts = new HashSet();
+				this.excludedCerts = new HashSet();
 			}
 			else
 			{