diff options
Diffstat (limited to 'crypto/src/cms/DefaultAuthenticatedAttributeTableGenerator.cs')
-rw-r--r-- | crypto/src/cms/DefaultAuthenticatedAttributeTableGenerator.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/cms/DefaultAuthenticatedAttributeTableGenerator.cs b/crypto/src/cms/DefaultAuthenticatedAttributeTableGenerator.cs index d49b1d9d2..2730d93e0 100644 --- a/crypto/src/cms/DefaultAuthenticatedAttributeTableGenerator.cs +++ b/crypto/src/cms/DefaultAuthenticatedAttributeTableGenerator.cs @@ -20,7 +20,7 @@ namespace Org.BouncyCastle.Cms */ public DefaultAuthenticatedAttributeTableGenerator() { - table = Platform.CreateHashtable(); + table = Platform.CreateHashtable(); } /** |